Skip to content

Commit a65ada2

Browse files
committed
servertimestamp now returns the .sv: timestamp object
1 parent 9e99e1e commit a65ada2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/modules/database/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default class Database extends Base {
4343

4444
get ServerValue() {
4545
return {
46-
TIMESTAMP: this._getServerTime(),
46+
TIMESTAMP: FirestackModule.serverValueTimestamp,
4747
};
4848
}
4949

0 commit comments

Comments
 (0)