Skip to content

Commit

Permalink
feat: linting (#3694)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran McDade authored and Fran McDade committed Nov 22, 2023
1 parent 768a344 commit 67532b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/data-explorer-ui/src/entity/api/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import { api } from "./client";
function createFetchOptions(
accessToken: string | undefined
): AxiosRequestConfig {
// TODO https://github.com/clevercanary/data-browser/issues/545
return {
headers: accessToken ? { Authorization: "Bearer " + accessToken } : {},
};
Expand Down

0 comments on commit 67532b6

Please sign in to comment.