Skip to content

Commit

Permalink
UPDATE: added drop place akg
Browse files Browse the repository at this point in the history
  • Loading branch information
alanansari committed Sep 18, 2023
1 parent 2f7dd62 commit 1757c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/collectorController.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { ErrorHandler } = require('../middleware/errors');
const {Item} = require('../models');
const drops = ['BH1','BH2','BH3','GH1','GH2','GH3']
const drops = ['BH1','BH2','BH3','GH1','GH2','GH3','AKG']

const getApprovedItemsList = async (req,res,next) => {
try {
Expand Down

0 comments on commit 1757c5b

Please sign in to comment.