Skip to content

Commit c53415f

Browse files
Uditi MehtaUditi Mehta
authored andcommitted
change defaultSortKey attribute
1 parent 30a4092 commit c53415f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mirage/views/user.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export function userPreprintList(this: HandlerContext, schema: Schema, request:
4343
}
4444
}
4545

46-
const json = process(schema, request, this, preprints, { defaultSortKey: 'dateModified' });
46+
const json = process(schema, request, this, preprints, { defaultSortKey: 'last_logged' });
4747
return json;
4848
}
4949

0 commit comments

Comments
 (0)