Skip to content

Commit

Permalink
fix import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
in-mai-space committed Dec 2, 2024
1 parent 4814957 commit 5bb8059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/validators/divelog.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { body, param, check } = require('express-validator');
import { body, param, check } from 'express-validator';

export const createDiveLogValidation = [
body('user')
Expand Down

0 comments on commit 5bb8059

Please sign in to comment.