Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
semicolumn
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasvlevi committed Jan 29, 2021
1 parent c76d859 commit 2a49d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prototypes/dann.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ class Dann {
}
}
}
let dataOBJ = this.dataObject()
let dataOBJ = this.dataObject();

if (isBrowser) {
downloadSTR(dataOBJ,name);
Expand Down

0 comments on commit 2a49d3c

Please sign in to comment.