mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
feat: add folder creation date and sorting functionality in Vault components
This commit is contained in:
@@ -93,6 +93,7 @@ export async function handleSync(request: Request, env: Env, userId: string): Pr
|
||||
id: folder.id,
|
||||
name: folder.name,
|
||||
revisionDate: folder.updatedAt,
|
||||
creationDate: folder.createdAt,
|
||||
object: 'folder',
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user