From 9aa67bab0242e64a1e5cee5600cbf1434fc72d75 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 9 Jan 2026 21:23:08 -0700 Subject: [PATCH] Update the simple helper to use the new option instead of the deprecated one --- module/utils/QueryManager.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/utils/QueryManager.mjs b/module/utils/QueryManager.mjs index c6b3744..9b84937 100644 --- a/module/utils/QueryManager.mjs +++ b/module/utils/QueryManager.mjs @@ -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) {