fixed import issue
Test Workflow / test-and-lint (pull_request) Successful in 39s
Build and Push Image / build-and-push (pull_request) Failing after 1m59s

This commit is contained in:
2026-05-16 22:39:42 -07:00
parent 2b921b697e
commit 92e5cbe711
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import express from 'express'
import { Pool } from 'pg' import { Pool } from 'pg'
import { database } from '../../config' import { database } from '../../config'
const { check, validationResult } = require('express-validator/check') const { check, validationResult } = require('express-validator')
const router = express.Router() const router = express.Router()
+1 -1
View File
@@ -2,7 +2,7 @@ import express from 'express'
import { Pool } from 'pg' import { Pool } from 'pg'
import { database } from '../../config' import { database } from '../../config'
const { check, validationResult } = require('express-validator/check') const { check, validationResult } = require('express-validator')
const router = express.Router() const router = express.Router()