Skip to content

Commit fa96e28

Browse files
reason is undefined, set optOutReason to manual
1 parent a375f07 commit fa96e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/api/schema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,7 @@ const rootMutations = {
13531353
// Reusing VAN opt out message-handler
13541354
await optOutInVan({
13551355
handlerContext: {
1356-
optOutReason: reason
1356+
optOutReason: "manual"
13571357
},
13581358
organization,
13591359
message: {

0 commit comments

Comments
 (0)