📱 user.ts

This commit is contained in:
nirholas
2026-03-31 10:24:34 +00:00
parent 7528ea3ecf
commit cc81d553bb

View File

@@ -192,3 +192,4 @@ export const getGitEmail = memoize(async (): Promise<string | undefined> => {
? result.stdout.trim() ? result.stdout.trim()
: undefined : undefined
}) })