return functio after merge

This commit is contained in:
smanylov
2026-02-17 19:20:04 +07:00
parent 1f61ba7edd
commit f4a13e2a8e
2 changed files with 149 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ interface initMessageBody {
token?: string
}
export async function fileUpload(messageBody: initMessageBody, convertTo: string | null | undefined) {
export async function fileUpload(messageBody: initMessageBody, convertTo?: string | null | undefined) {
const token = await getSessionData('token');
if (!token) {
return;