Skip to content

Commit

Permalink
Update mod.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hviana committed Jun 5, 2020
1 parent ca630fe commit 9d0d2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Expand Up @@ -88,7 +88,7 @@ const upload = function (
delete resData["tempfile"];
resData["id"] = uuid;
resData["url"] = encodeURI(
`${uploadPath}\\${fileData.filename}`.replace(/\\/g, "/");,
`${uploadPath}\\${fileData.filename}`.replace(/\\/g, "/"),
);
resData["uri"] = `${fullPath}\\${fileData.filename}`;
} else {
Expand Down

0 comments on commit 9d0d2e8

Please sign in to comment.