File tree Expand file tree Collapse file tree
indexer-common/src/indexing-fees Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -301,7 +301,9 @@ export class Agent {
301301 } )
302302 await operator . dipsManager . ensureAgreementRules ( )
303303 } else {
304- logger . debug ( 'DIPs is disabled, skipping indexing rule enforcement' )
304+ logger . debug (
305+ 'DIPs is disabled, skipping indexing rule enforcement' ,
306+ )
305307 }
306308 logger . trace ( 'Fetching indexing rules' , {
307309 protocolNetwork : network . specification . networkIdentifier ,
Original file line number Diff line number Diff line change @@ -127,7 +127,11 @@ export class DipsManager {
127127 cancelled_at : null ,
128128 } ,
129129 } )
130- this . logger . debug ( `Ensuring indexing rules for ${ indexingAgreements . length } agreement${ indexingAgreements . length === 1 ? '' : 's' } ` )
130+ this . logger . debug (
131+ `Ensuring indexing rules for ${ indexingAgreements . length } agreement${
132+ indexingAgreements . length === 1 ? '' : 's'
133+ } `,
134+ )
131135 // For each agreement, check that there is an indexing rule to always
132136 // allocate to the agreement's subgraphDeploymentId, and if not, create one
133137 for ( const agreement of indexingAgreements ) {
You can’t perform that action at this time.
0 commit comments