Skip to content

Commit

Permalink
fix: Error code
Browse files Browse the repository at this point in the history
The isAdminLogin and isAdmin not defiend
Delete the error code
  • Loading branch information
Chinlinlee committed Jan 27, 2021
1 parent 2dca35d commit f0e8c87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion API_Generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ function generateMetaData () {
const router = express.Router();
const {validateParams} = require('../../validator');
const Joi = require('joi');
const {isAdminLogin , isAdmin} = require('../../Api_function');
router.use((req, res, next) => {
res.set('Content-Type', 'application/fhir+json');
Expand Down

0 comments on commit f0e8c87

Please sign in to comment.