Skip to content

Commit 6bcd409

Browse files
author
Dylan Bulmer
authored
fix test bug
1 parent f1f9601 commit 6bcd409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
import { accessibleRecordsPlugin } from "@casl/mongoose";
8-
import User from "models/User";
8+
import User from "../models/User";
99
import mongoose, { Mongoose } from "mongoose";
1010

1111
interface AppOptions {

0 commit comments

Comments
 (0)