removed testing stuff.... (・―・)

master
Phil Roggenbuck 2023-02-14 21:56:33 +01:00 committed by GitHub
parent 8225e95188
commit 12606fb6fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
storedData = Object.assign({ storedData = Object.assign({
'bg': null, 'bg': null,
'bgTimeStamp': null, 'bgTimeStamp': null,
'bgDirection': "Flat" 'bgDirection': null
}, d || {}); }, d || {});
return d; return d;
} catch(e) { } catch(e) {