mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-20 00:37:26 +00:00
Fix all existing prettier issues
This commit is contained in:
@@ -12,9 +12,7 @@ export default class extends Controller {
|
||||
this.hideAvailability();
|
||||
this.showSpinner();
|
||||
|
||||
const response = await fetch(
|
||||
this.urlValue + `?permalink="${this.permalinkFieldTarget.value}"`
|
||||
);
|
||||
const response = await fetch(this.urlValue + `?permalink="${this.permalinkFieldTarget.value}"`);
|
||||
const result = await response.text();
|
||||
|
||||
if (this.initialPermalinkValue == result) {
|
||||
|
||||
Reference in New Issue
Block a user