Skip to content

Commit

Permalink
fix: add .js to imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Samika Kashyap committed May 22, 2024
1 parent b0f28dc commit 5a889f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repositories/replication-request-repository.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Knex } from 'knex'
import { Request } from '../models/request'
import { Request } from '../models/request.js'
import { CID } from 'multiformats/cid'

const TABLE_NAME = 'request'
Expand Down

0 comments on commit 5a889f9

Please sign in to comment.