Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Tipu_Singh <[email protected]>
  • Loading branch information
tipusinghaw committed Dec 9, 2024
1 parent a610fb2 commit 81beb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export class PolygonSchema {
throw new Error(`Error while uploading schema on file server!`)
}
// To change the nonce for next transaction
await new Promise(resolve => setTimeout(resolve, 4000));
await new Promise((resolve) => setTimeout(resolve, 4000))
const addedResourcetxnReceipt = await this.didRegistry.addResource(
parsedDid.didAddress,
schemaId,
Expand Down

0 comments on commit 81beb6a

Please sign in to comment.