Skip to content

Commit

Permalink
Fix invalid links for networks
Browse files Browse the repository at this point in the history
  • Loading branch information
starscouts committed Aug 18, 2024
1 parent e79dd7d commit f34e23b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const VERSION = "3.6.4";
const VERSION = "3.6.5";
const URL = "https://d6gd1hq6b89h1s1v.public.blob.vercel-storage.com/public/status.dat";

const CATEGORIES = [
Expand Down
2 changes: 1 addition & 1 deletion client/src/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ function genericServiceFill(name, link) {
}

let fillWebsites = () => genericServiceFill("websites", true);
let fillNetwork = () => genericServiceFill("network", true);
let fillNetwork = () => genericServiceFill("network", false);

0 comments on commit f34e23b

Please sign in to comment.