Skip to content

Commit

Permalink
feat: expose all flagsClient functions (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
Netail authored Jan 16, 2025
1 parent 08aa1db commit a2aceec
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/src/flagsClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,5 @@ export const flagsClient = (
},
});

return {
isEnabled: (name: string) => client.isEnabled(name),
getVariant: (name: string) => client.getVariant(name),
sendMetrics: () => client.sendMetrics(),
};
return client;
};

0 comments on commit a2aceec

Please sign in to comment.