Skip to content

Commit

Permalink
fix: file uri log
Browse files Browse the repository at this point in the history
  • Loading branch information
wkolod committed Nov 21, 2023
1 parent 219f7b1 commit c7612ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/akord-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default class AkordApi extends Api {
.progressHook(uploadOptions.progressHook)
.cancelHook(uploadOptions.cancelHook)
.uploadFile()
Logger.log("Uploaded file with id: " + resource);
Logger.log("Uploaded file with uri: " + resource.resourceUri);

return resource;
};
Expand Down

0 comments on commit c7612ee

Please sign in to comment.