Skip to content

Commit

Permalink
code refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
partyparrotgreg committed Jul 3, 2024
1 parent f517aa0 commit d9761c2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 349 deletions.
4 changes: 1 addition & 3 deletions data/ecosystemData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ export type EcosystemResponse = {

export async function getSeiEcosystemAppsData(): Promise<EcosystemResponse> {
const url = "http://staging.app-api.seinetwork.io/webflow/ecosystem"; // TODO: Move to ENV
const headers = {
Accept: "application/json",
};
const headers = { Accept: 'application/json' };

try {
const response = await fetch(url, {
Expand Down
Loading

0 comments on commit d9761c2

Please sign in to comment.