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

1.0.7

parent 0405adea
{
"name": "mycard-mobile",
"version": "1.0.6",
"version": "1.0.7",
"license": "UNLISENCED",
"scripts": {
"ng": "ng",
......
......@@ -35,8 +35,8 @@ export class StorageService {
}
async sync(app_id: string) {
if (!window.ygopro.getFileLastModified) {
throw 'storage sync not supported';
if (!window.ygopro || !window.ygopro.getFileLastModified) {
return;
}
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