Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Aug 30, 2024
1 parent 0fa94c7 commit 219d211
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/AirshipAnalytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class AirshipAnalytics {
* Gets the Airship session ID. The session ID is a UUID that updates on foreground and background.
* @returns A promise.
*/
public getSessionId(): Promise<string> {
return this.module.analyticsGetSessionId();
}
public getSessionId(): Promise<string> {
return this.module.analyticsGetSessionId();
}
}

0 comments on commit 219d211

Please sign in to comment.