mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-06 01:14:55 -06:00
Fix nullable executables type
This commit is contained in:
@@ -15,7 +15,7 @@ interface Executable {
|
||||
|
||||
interface UseSocketResult {
|
||||
id: number | null;
|
||||
executables: Executable[];
|
||||
executables: Executable[] | null;
|
||||
downloads: Download[] | null;
|
||||
deleteDownload: (id: string) => void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user