fix: update generateAndUploadAvatarToUserStorage signature to accept undefined
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user