We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a91c9 commit 25208e5Copy full SHA for 25208e5
frontend/src/lib/api/app-info.ts
@@ -6,7 +6,7 @@ export type AppInfo = {
6
};
7
8
/**
9
- * List all the users that have the permission to archive destruction lists.
+ * Get app info data for the git version
10
*/
11
export async function getAppInfo(signal?: AbortSignal) {
12
const response = await request(
0 commit comments