Skip to content

Commit

Permalink
set default methodOfRedress for tenant
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Nov 16, 2023
1 parent 1f35832 commit 656931a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/src/core/server/models/tenant/tenant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,9 @@ export async function createTenant(
},
dsa: {
enabled: false,
methodOfRedress: GQLDSA_METHOD_OF_REDRESS.NONE,
methodOfRedress: {
method: GQLDSA_METHOD_OF_REDRESS.NONE,
},
},
};

Expand Down

0 comments on commit 656931a

Please sign in to comment.