Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jldec committed Apr 10, 2024
1 parent a904e2e commit 757f11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inlang/source-code/sdk/src/loadProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { humanIdHash } from "./storage/human-id/human-readable-id.js"
import type { Repository } from "@lix-js/client"
import { createNodeishFsWithWatcher } from "./createNodeishFsWithWatcher.js"

import { maybeCreateFirstProjectId } from "./migrations/maybeCreateFirstProjectId.js"
// import { maybeCreateFirstProjectId } from "./migrations/maybeCreateFirstProjectId.js"

import { capture } from "./telemetry/capture.js"
import { identifyProject } from "./telemetry/groupIdentify.js"
Expand Down

0 comments on commit 757f11a

Please sign in to comment.