Skip to content

Commit

Permalink
fix: STAMPs api path
Browse files Browse the repository at this point in the history
  • Loading branch information
charmful0x authored Oct 8, 2022
1 parent 6cf8777 commit 21eb7bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ import { getArtByCity } from "./art-by-city/api.js";
import { getAnsSafeCache } from "./ans/safe-cache-api.js";
import { getPermaTweets } from "./metaweave-xyz/api.js";
import { getPermaPagesImg } from "./permapages/img/api.js";
import { getStamps } from "./permapages/img/stamps/api.js";

import { getStamps } from "./permapages/stamps/api.js";
export async function getWeaveAggregator(network, option) {
switch (network) {
case "mirror-xyz":
Expand Down Expand Up @@ -69,7 +68,7 @@ export async function getWeaveAggregator(network, option) {

case "ans-cache":
return await getAnsSafeCache();

case "metaweave-permatweets":
return await getPermaTweets();

Expand Down

0 comments on commit 21eb7bc

Please sign in to comment.