Skip to content

Commit

Permalink
ignore unused appId
Browse files Browse the repository at this point in the history
  • Loading branch information
enykeev committed Mar 9, 2024
1 parent 7980bb4 commit 041acd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export type FeatureFlagAPIArgs = {
};

export class FeatureFlagAPI {
// @ts-expect-error appId is not being used yet
private appId: string;
private client: (path: string, opts?: RequestInit) => Promise<unknown>;

Expand Down

0 comments on commit 041acd1

Please sign in to comment.