mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-17 09:09:30 -07:00
auto-retry for some forecast data
This commit is contained in:
@@ -4,6 +4,7 @@ const STATUS = {
|
||||
failed: Symbol('failed'),
|
||||
noData: Symbol('noData'),
|
||||
disabled: Symbol('disabled'),
|
||||
retrying: Symbol('retyring'),
|
||||
};
|
||||
|
||||
export default STATUS;
|
||||
|
||||
Reference in New Issue
Block a user