style: fix linting issues met Prettier
This commit is contained in:
parent
7f670030a7
commit
0c47546814
30 changed files with 233 additions and 262 deletions
|
@ -14,8 +14,8 @@ import {
|
|||
putClassHandler,
|
||||
} from '../controllers/classes.js';
|
||||
import assignmentRouter from './assignments.js';
|
||||
import {adminOnly, teachersOnly} from "../middleware/auth/checks/auth-checks";
|
||||
import {onlyAllowIfInClass} from "../middleware/auth/checks/class-auth-checks";
|
||||
import { adminOnly, teachersOnly } from '../middleware/auth/checks/auth-checks';
|
||||
import { onlyAllowIfInClass } from '../middleware/auth/checks/class-auth-checks';
|
||||
|
||||
const router = express.Router();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue