fix: update generateAndUploadAvatarToUserStorage signature to accept undefined

This commit is contained in:
Christomatt
2026-02-01 04:28:15 +01:00
parent 88a46ea441
commit 265d7dba66
+1 -1
View File
@@ -164,7 +164,7 @@ export async function testS3Credentials(
*/ */
export async function generateAndUploadAvatarToUserStorage( export async function generateAndUploadAvatarToUserStorage(
handle: string, handle: string,
endpoint: string | null, endpoint: string | null | undefined,
region: string, region: string,
bucket: string, bucket: string,
accessKey: string, accessKey: string,