Commit dc6d5b1f authored by 神楽坂玲奈's avatar 神楽坂玲奈

1.0.7

parent 0405adea
{ {
"name": "mycard-mobile", "name": "mycard-mobile",
"version": "1.0.6", "version": "1.0.7",
"license": "UNLISENCED", "license": "UNLISENCED",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
......
...@@ -35,8 +35,8 @@ export class StorageService { ...@@ -35,8 +35,8 @@ export class StorageService {
} }
async sync(app_id: string) { async sync(app_id: string) {
if (!window.ygopro.getFileLastModified) { if (!window.ygopro || !window.ygopro.getFileLastModified) {
throw 'storage sync not supported'; return;
} }
console.log('sync', 'start'); console.log('sync', 'start');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment