Started creating a payload.
This commit is contained in:
3
assets/js/helpers/currentTimestamp.js
Normal file
3
assets/js/helpers/currentTimestamp.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function(){
|
||||
return Math.round((new Date()).getTime() / 1000);
|
||||
}
|
||||
Reference in New Issue
Block a user