Skip to content

Commit b6c8b6b

Browse files
committed
update typo for removeProjectFromCollection
1 parent 21cd4d4 commit b6c8b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/controllers/collection.controller/removeProjectFromCollection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Collection from '../../models/collection';
22

3-
export default function addProjectToCollection(req, res) {
3+
export default function removeProjectFromCollection(req, res) {
44
const owner = req.user._id;
55
const { id: collectionId, projectId } = req.params;
66

0 commit comments

Comments
 (0)