fix: .js toevoegen aan imports
This commit is contained in:
parent
1df27c2a98
commit
ccacc69ed8
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import { LearningPath } from './entities/content/learning-path.entity.js';
|
||||||
|
|
||||||
import { Answer } from './entities/questions/answer.entity.js';
|
import { Answer } from './entities/questions/answer.entity.js';
|
||||||
import { Question } from './entities/questions/question.entity.js';
|
import { Question } from './entities/questions/question.entity.js';
|
||||||
import {SqliteAutoincrementSubscriber} from "./sqlite-autoincrement-workaround";
|
import {SqliteAutoincrementSubscriber} from "./sqlite-autoincrement-workaround.js";
|
||||||
|
|
||||||
const entities = [
|
const entities = [
|
||||||
User,
|
User,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue