Skip to content

Commit 093ba25

Browse files
geoffturklautarodragan
authored andcommitted
fix(health): fix db index name typo (#930)
1 parent b1ed0ad commit 093ba25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Health/IPFSDirectoryHashDAO.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class IPFSDirectoryHashDAO {
3333
}
3434

3535
readonly start = async (): Promise<void> => {
36-
await this.ipfsDirectoryHashInfoCollection.createIndex({ ipofsDirectoryHash: 1 }, { unique: true })
36+
await this.ipfsDirectoryHashInfoCollection.createIndex({ ipfsDirectoryHash: 1 }, { unique: true })
3737
await this.ipfsDirectoryHashInfoCollection.createIndex({ txId: 1, attempts: 1 })
3838
}
3939

0 commit comments

Comments
 (0)