Skip to content

Commit

Permalink
1.16.5, closes #91
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed May 17, 2021
1 parent 9405c1d commit ac8eb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/spigot/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import axios from "axios";

const corsanywhere = "https://corsanywhere.benndorf.dev/";
const versionsGist =
"https://gist.githubusercontent.com/MiniDigger/6c483628f4745b1b326862acb89a82d2/raw/bf7243534381ab94508363e42663b92d2dcc78d1/builddata.json";
"https://gist.githubusercontent.com/MiniDigger/6c483628f4745b1b326862acb89a82d2/raw/f5dd31272e419cc95eaa6990c9ca0e1e36714a91/builddata.json";

export const loadVersions = ({ commit }) => {
return new Promise((resolve, reject) => {
Expand Down

0 comments on commit ac8eb88

Please sign in to comment.