Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
yaaax authored and vvatelot committed Dec 9, 2022
1 parent 565c0e9 commit 1aa1c68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/js/services/ApiService.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ class ApiService {
async #fetchApi(slug, options) {
this.abortAnalysis();
const controller = (this.#controller = new AbortController());

const { signal } = controller;
const response = await ky(slug, {
...options,
Expand Down

0 comments on commit 1aa1c68

Please sign in to comment.