mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-04-19 15:27:40 +00:00
fix typo
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
725bd6d568
commit
9a87e42437
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ if (cacheExists && (today.getTime() - cacheDate.getTime()) < (cacheMinutes * 60
|
|||
console.warn('Fallback to Cache')
|
||||
orderDetails = JSON.parse(files.readString(path))
|
||||
} else {
|
||||
throw new Error('Fetching the data failed. Now data to show.')
|
||||
throw new Error('Fetching the data failed. No data to show.')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue