Skip to content

Commit

Permalink
Merge branch 'main' into MicroManagerTiffImagingInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Sep 28, 2023
2 parents c44547c + 4a1aeb7 commit d898d9e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ export class GuidedSourceDataPage extends ManagedPage {
interfaces: this.info.globalState.interfaces,
}),
})
.then(async (res) => {
return (0, eval)(`(${await res.text()})`);
})
.then((res) => res.json())
.catch((e) => {
Swal.close();
stillFireSwal = false;
Expand Down

0 comments on commit d898d9e

Please sign in to comment.