Skip to content

Commit bd2fae5

Browse files
committed
Update GleapSession.js
1 parent 35a4a29 commit bd2fae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GleapSession.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ export default class GleapSession {
236236
const sessionData = JSON.parse(http.responseText);
237237
self.validateSession(sessionData);
238238

239-
GleapNotificationManager.getInstance().clearAllNotifications(true);
239+
GleapNotificationManager.getInstance().clearAllNotifications(false);
240240
resolve(sessionData);
241241
} catch (exp) {
242242
reject(exp);

0 commit comments

Comments
 (0)