Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-aman committed Sep 26, 2024
1 parent df822a3 commit f051ee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cio-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export type CioPushPermissionOptions = {
badge: boolean;
sound: boolean;
};
}
};

export enum CioPushPermissionStatus {
Granted = 'GRANTED',
Expand Down
2 changes: 1 addition & 1 deletion src/customerio-cdp.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NativeModules, Platform } from 'react-native';
import { CioLogLevel, type CioConfig } from './cio-config';
import {type IdentifyParams } from './cio-params';
import { type IdentifyParams } from './cio-params';
// TODO: Import the CustomerIOInAppMessaging class from their respective files
// when they are implemented.
// import { CustomerIOInAppMessaging } from './customerio-inapp';
Expand Down

0 comments on commit f051ee7

Please sign in to comment.