fix: update generateAndUploadAvatarToUserStorage signature to accept undefined
This commit is contained in:
@@ -164,7 +164,7 @@ export async function testS3Credentials(
|
||||
*/
|
||||
export async function generateAndUploadAvatarToUserStorage(
|
||||
handle: string,
|
||||
endpoint: string | null,
|
||||
endpoint: string | null | undefined,
|
||||
region: string,
|
||||
bucket: string,
|
||||
accessKey: string,
|
||||
|
||||
Reference in New Issue
Block a user