formatting changes
This commit is contained in:
@@ -6,7 +6,7 @@ export const API_URL = API_URL_ENV.endsWith("/")
|
||||
export async function fetchFromApi(
|
||||
endpoint: string,
|
||||
method: string = "GET",
|
||||
body?: unknown
|
||||
body?: unknown,
|
||||
) {
|
||||
try {
|
||||
const options: RequestInit = {
|
||||
|
||||
@@ -18,5 +18,5 @@ ReactDOM.createRoot(document.getElementById("root")!).render(
|
||||
>
|
||||
<App />
|
||||
</Auth0Provider>
|
||||
</React.StrictMode>
|
||||
</React.StrictMode>,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user