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

Commit

Permalink
Returnerer false dersom init feiler
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeofnorway committed Oct 10, 2023
1 parent 6fed8b2 commit 32329fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/api-handlers/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const initializeUnleash = async () => {
});
} catch (e) {
console.error('Error initializing unleash', e);
return false;
}

return true;
Expand Down

0 comments on commit 32329fe

Please sign in to comment.