Skip to content

Commit

Permalink
Merge pull request #2574 from almarcotte/fix/type-guard-broken-import
Browse files Browse the repository at this point in the history
fix: broken import in type guards util
  • Loading branch information
dekkerglen authored Jan 24, 2025
2 parents db2e88b + 11c8e23 commit 3fdb811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datatypes/Comment.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createTypeGuard } from '../../src/util/typeGuards';
import { createTypeGuard } from '../util/typeGuards';
import { CubeImage } from './Cube';
import User from './User';

Expand Down

0 comments on commit 3fdb811

Please sign in to comment.