Skip to content

Commit a11b281

Browse files
authored
correct import for float subgraph uncrashable (#996)
1 parent abc3176 commit a11b281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type-generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const { step, withSpinner } = require('./command-helpers/spinner')
1414
const { applyMigrations } = require('./migrations')
1515
const { GENERATED_FILE_NOTE } = require('./codegen/typescript')
1616
const { displayPath } = require('./command-helpers/fs')
17-
const uncrashable = require('../node_modules/@float-capital/float-subgraph-uncrashable/src/Index.bs.js')
17+
const uncrashable = require('@float-capital/float-subgraph-uncrashable/src/Index.bs.js')
1818

1919
module.exports = class TypeGenerator {
2020
constructor(options) {

0 commit comments

Comments
 (0)