mirror of
https://github.com/mfts/papermark.git
synced 2025-12-20 01:03:24 +08:00
chore: typo
This commit is contained in:
@@ -36,7 +36,7 @@ export const getFeatureFlags = async ({ teamId }: { teamId?: string }) => {
|
||||
ai: false,
|
||||
};
|
||||
|
||||
// Return all features as true if edge config is not available
|
||||
// Return all features as false if edge config is not available
|
||||
if (!process.env.EDGE_CONFIG) {
|
||||
return Object.fromEntries(
|
||||
Object.entries(teamFeatures).map(([key, _v]) => [key, false]),
|
||||
|
||||
Reference in New Issue
Block a user