Skip to content

Commit

Permalink
Removing broken CDN method.
Browse files Browse the repository at this point in the history
  • Loading branch information
werewolfboy13 committed Jan 6, 2024
1 parent 8a988c1 commit f155ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squad-server/utils/print-logo.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function versionOutOfDate(current, latest) {

export default async function () {
const { data } = await axios.get(
`https://cdn.jsdelivr.net/gh/Team-Silver-Sphere/SquadJS@master/package.json`
`https://raw.githubusercontent.com/Team-Silver-Sphere/SquadJS/master/package.json`
);
const outdated = versionOutOfDate(SQUADJS_VERSION, data.version);

Expand Down

0 comments on commit f155ed8

Please sign in to comment.