Skip to content

Commit

Permalink
reason is undefined, set optOutReason to manual
Browse files Browse the repository at this point in the history
  • Loading branch information
engelhartrueben committed Dec 13, 2024
1 parent a375f07 commit fa96e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/api/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,7 @@ const rootMutations = {
// Reusing VAN opt out message-handler
await optOutInVan({
handlerContext: {
optOutReason: reason
optOutReason: "manual"
},
organization,
message: {
Expand Down

0 comments on commit fa96e28

Please sign in to comment.