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

Commit

Permalink
Fikser feil navn på feature toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeofnorway committed Oct 10, 2023
1 parent 1e6fa3d commit 90f55c8
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 @@ -10,8 +10,8 @@ type Features = { [key: string]: boolean };
// feature disabled. So we default to true if the instance can not initialize.
// NOTE: Other filters may have other strategies, by setting to false.
const defaultToggles: Features = {
'dekoratoren.screensharing': true,
'dekoratoren.chatbot': true,
'dekoratoren.skjermdeling': true,
'dekoratoren.chatbotscript': true,
};

const initializeUnleash = async () => {
Expand Down

0 comments on commit 90f55c8

Please sign in to comment.