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

Commit

Permalink
Tester uten feature
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeofnorway committed Oct 7, 2023
1 parent 7cb0069 commit 415f1c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/api-handlers/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export const getFeaturesHandler: RequestHandler = async (req, res) => {
});

return {
skjermdeling: unleash.isEnabled('dekoratoren.skjermdeling'),
chatbotscript: unleash.isEnabled('dekoratoren.chatbotscript'),
skjermdeling: true,
chatbotscript: true,
};
} catch (e) {
console.error(`Failed to fetch feature toggles from unleash - ${e}`);
Expand Down

0 comments on commit 415f1c9

Please sign in to comment.