Skip to content

Commit c11b0fa

Browse files
committed
Schemats starting, adapting some legacy
1 parent dc76719 commit c11b0fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

api/controllers/pages/invite/schematController.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable no-shadow */
21
import db from '../../../data/db.js';
32
import { NotFound } from '../../../helpers/problem.js';
43

@@ -202,4 +201,4 @@ export async function getSchematByRoundId(req,res) {
202201
});
203202

204203
return round;
205-
}
204+
}

0 commit comments

Comments
 (0)