mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
dependencies: bump (minor)
This commit is contained in:
@@ -9,5 +9,5 @@ const torrentStatusMap = [
|
||||
'error',
|
||||
] as const;
|
||||
|
||||
export type TorrentStatus = typeof torrentStatusMap[number];
|
||||
export type TorrentStatus = (typeof torrentStatusMap)[number];
|
||||
export default torrentStatusMap;
|
||||
|
||||
Reference in New Issue
Block a user