Skip to content

Commit 1afcce0

Browse files
committed
save token
1 parent b758b16 commit 1afcce0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OpenFlow/src/public/WebSocketClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module openflow {
3434
(window as any).bridge.post('onesignaltoken', {}, (results, error) => {
3535
if (error) { return reject(error); }
3636
console.log(results);
37-
resolve(results.token);
37+
resolve(results);
3838
});
3939
} catch (error) {
4040
reject(error);

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.128
1+
0.0.129

0 commit comments

Comments
 (0)