Sort plugin mod file list by nexus_file_id

This commit is contained in:
2022-03-15 22:50:51 -04:00
parent 0616a92bbc
commit f33fd3b49c
3 changed files with 3 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ export interface File {
version?: string;
mod_version?: string;
size: number;
uploaded_at?: Date;
uploaded_at?: number;
has_download_link: boolean;
updated_at: Date;
created_at: Date;