Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Dec 21, 2023
1 parent 8ff1158 commit e34c608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nest/src/class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,7 @@ export class FileSystem {
// ㊙️ ▒▒ PUBLISHING

async #publish(dataRoot: CID): Promise<void> {
// eslint-disable-next-line @typescript-eslint/no-floating-promises
this.#debouncedDataRootUpdate(dataRoot)
}
}

0 comments on commit e34c608

Please sign in to comment.