Skip to content

Commit a17ed76

Browse files
committed
Privacy bug fix
1 parent a6c59e5 commit a17ed76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions/utilities/privacy/router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const mergeAccountEmailsWithReqBodyGuardianEmails = (req, res) => {
109109
return user.emails || [];
110110
};
111111

112-
router.post("/student/delay", studentMiddleware, async (req, res) => {
112+
router.get("/student/delay", studentMiddleware, async (req, res) => {
113113
try {
114114
const updateBody = {
115115
[firstSeenKey]: req.user[firstSeenKey] || Date.now(),

0 commit comments

Comments
 (0)