Skip to content

Commit b758b16

Browse files
committed
.
1 parent 9e80e9e commit b758b16

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
@@ -33,8 +33,8 @@ module openflow {
3333
try {
3434
(window as any).bridge.post('onesignaltoken', {}, (results, error) => {
3535
if (error) { return reject(error); }
36+
console.log(results);
3637
resolve(results.token);
37-
console.log(results.token);
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.127
1+
0.0.128

0 commit comments

Comments
 (0)