Skip to content

Commit

Permalink
fix eslint formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticdrew committed Mar 8, 2024
1 parent a3af60f commit 75fcc5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/js/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export async function setProperties(properties) {
return json(URLS.PROPERTIES, POST, properties)
}


export function getResourceUrl(resource) {
return URLS.RESOURCES.format({ resource: encodeURIComponent(resource) })
}
Expand Down

0 comments on commit 75fcc5f

Please sign in to comment.