We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ed0ad commit 093ba25Copy full SHA for 093ba25
src/Health/IPFSDirectoryHashDAO.ts
@@ -33,7 +33,7 @@ export class IPFSDirectoryHashDAO {
33
}
34
35
readonly start = async (): Promise<void> => {
36
- await this.ipfsDirectoryHashInfoCollection.createIndex({ ipofsDirectoryHash: 1 }, { unique: true })
+ await this.ipfsDirectoryHashInfoCollection.createIndex({ ipfsDirectoryHash: 1 }, { unique: true })
37
await this.ipfsDirectoryHashInfoCollection.createIndex({ txId: 1, attempts: 1 })
38
39
0 commit comments