Skip to content

Commit 18e198f

Browse files
committed
lint
1 parent bef9eb4 commit 18e198f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/APIFunctions/Cleezy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export async function deleteUrl(aliasIn, token) {
7676
status.responseData = await res.json();
7777
} else {
7878
status.error = true;
79-
}
79+
}
8080
} catch(err) {
8181
status.error = true;
8282
status.responseData = err;

0 commit comments

Comments
 (0)