Update the simple helper to use the new option instead of the deprecated one

This commit is contained in:
Oliver 2026-01-09 21:23:08 -07:00
parent f289c94c0a
commit 9aa67bab02

View file

@ -43,7 +43,7 @@ async function sendBasicNotification(requestID, userID, answers) {
{ answers },
);
await notify(requestID, userID, content, { includeGM: false });
await notify(requestID, userID, content, { includeRequestor: false });
};
export function has(requestID) {