📌 index.ts

This commit is contained in:
nirholas
2026-03-31 10:22:55 +00:00
parent e8b84c97c9
commit 171958ed24
2 changed files with 2 additions and 0 deletions

View File

@@ -1007,3 +1007,4 @@ async function archiveSession(
}
}

View File

@@ -59,3 +59,4 @@ export const call: LocalCommandCall = async (_args, context) => {
function n(count: number, noun: string): string {
return `${count} ${plural(count, noun)}`
}