-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
SyncService/controllers/sync.js
Lines 7 to 12 in 62e0598
| // TODO outsource this in @evnotify/utils?! | |
| if (req.params.akey !== req.headers.AKey) return next(errors.AKEY_MISMATCH); | |
| const syncObj = req.body; | |
| syncObj.akey = req.params.akey; |