Skip to content

Commit

Permalink
2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tzhf committed Feb 20, 2024
1 parent 56cfc8d commit cba7ea4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chatguessr",
"productName": "ChatGuessr",
"version": "2.3.2",
"version": "2.3.3",
"description": "The original GeoGuessr Twitch Chatbot",
"author": "ChatGuessr",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion src/Classes/Game.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

const pMap = require("p-map");
const GameHelper = require("../utils/GameHelper");
const store = require("../utils/sharedStore");

/** @typedef {import('../types').LatLng} LatLng */
/** @typedef {import('../types').Location} Location */
Expand Down

0 comments on commit cba7ea4

Please sign in to comment.