Skip to content

Commit

Permalink
removed unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
doljko committed Jun 5, 2024
1 parent fe6f606 commit 3c583f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addon/controllers/operations/orders/index/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,6 @@ export default class OperationsOrdersIndexViewController extends BaseController
*/
@task *viewProofLabel(orderId) {
// eslint-disable-next-line no-undef
const fileReader = new FileReader();
const image = yield this.fetch.get(`proofs/query/${orderId}`).then((res) => res[0]);
this.proof = image;
}
Expand Down

0 comments on commit 3c583f6

Please sign in to comment.