Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Add revalidation
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEgghead27 committed Oct 1, 2023
1 parent 91f95c9 commit 6b39f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/graphql/resolvers/Mutation/approveCharterFields.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export default async (

if (canBeActive) {
org.active = true;
await organization.save();

const settings = await models.settings.findOne({});

Expand Down

0 comments on commit 6b39f55

Please sign in to comment.