Skip to content

Commit 6ce8da0

Browse files
committed
await logout
1 parent 874c0dd commit 6ce8da0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/onesignal/OneSignal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export default class OneSignal {
111111

112112
static async logout(): Promise<void> {
113113
logMethodCall('logout');
114-
LoginManager.logout();
114+
await LoginManager.logout();
115115
}
116116

117117
/**

0 commit comments

Comments
 (0)