Skip to content

Commit

Permalink
fix(API): broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeaturner committed Sep 30, 2024
1 parent cb12931 commit 9231cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/models/kbpage.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Document, Schema, model } from "mongoose";
import { SanitizedUserSelectProjection } from "./user";
import { SanitizedUserSelectProjection } from "./user.js";

export interface KBPageInterface extends Document {
uuid: string;
Expand Down

0 comments on commit 9231cee

Please sign in to comment.