Skip to content

Commit 27706b7

Browse files
committed
lint
1 parent 8cb22e2 commit 27706b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flagsmith-core.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import {
88
IFlagsmith,
99
IFlagsmithResponse,
1010
IFlagsmithTrait,
11-
IInitConfig, ISentry,
11+
IInitConfig,
12+
ISentry,
1213
IState,
1314
ITraits,
1415
LoadingState,

test/sentry.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ describe('Flagsmith.init', () => {
1919
flagsmith.hasFeature("hero")
2020
expect(addFeatureFlag).toHaveBeenCalledWith('zero', false);
2121
expect(addFeatureFlag).toHaveBeenCalledWith('hero', true);
22-
2322
});
2423
});

0 commit comments

Comments
 (0)