Skip to content

Commit 745569c

Browse files
committedJul 19, 2020
[Bot] push changes from Files.com
1 parent ea0faff commit 745569c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.23
1+
1.0.24

‎src/models/Session.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Session {
2323

2424
isLoaded = () => !!this.attributes.id
2525

26-
// int64 # Session ID
26+
// string # Session ID
2727
getId = () => this.attributes.id
2828

2929
setId = value => {

0 commit comments

Comments
 (0)
Please sign in to comment.