- fix: Date problems... (it was a bad "copy" function, the object date was not valid...)
- fix: error fetch on loading... (offline appeared)
This commit is contained in:
@@ -13,7 +13,11 @@ module.exports = {
|
||||
console.log(args)
|
||||
},
|
||||
|
||||
mylogshow: function (...args) {
|
||||
mylogoff: function (...args) {
|
||||
// doing nothing
|
||||
},
|
||||
|
||||
mylogshow: function (...args) {
|
||||
console.log(args)
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user