File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
platforms/group-charter-manager-api/src/web3adapter/watchers Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -179,18 +179,6 @@ export class PostgresSubscriber implements EntitySubscriberInterface {
179
179
if ( fullEntity ) {
180
180
console . log ( "✅ Full entity loaded:" , { id : fullEntity . id , tableName : event . metadata . tableName } ) ;
181
181
182
- // Check if this is a Group entity and if charter was just added (not updated)
183
- console . log ( "🔍 Checking eVault conditions for entity:" , {
184
- entityName,
185
- isGroup : entityName === "Group" ,
186
- hasCharter : ! ! fullEntity . charter ,
187
- charterContent : fullEntity . charter ,
188
- charterTrimmed : fullEntity . charter ? fullEntity . charter . trim ( ) : null ,
189
- charterNotEmpty : fullEntity . charter ? fullEntity . charter . trim ( ) !== "" : false ,
190
- hasEname : ! ! fullEntity . ename ,
191
- enameValue : fullEntity . ename
192
- } ) ;
193
-
194
182
if ( entityName === "Group" && fullEntity . charter && fullEntity . charter . trim ( ) !== "" ) {
195
183
console . log ( "✅ Group entity with charter detected" ) ;
196
184
You can’t perform that action at this time.
0 commit comments