Skip to content

Commit fdf3349

Browse files
committed
update localstorage key
1 parent e3806b5 commit fdf3349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Auto-Image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Base URL configuration - checks localStorage first, falls back to GitHub
33
const getBaseUrl = () => {
44
try {
5-
const customBaseUrl = localStorage.getItem('wplace-autobot-base-url');
5+
const customBaseUrl = localStorage.getItem('wplace-bot-base-url');
66
if (customBaseUrl) {
77
return customBaseUrl.endsWith('/') ? customBaseUrl.slice(0, -1) : customBaseUrl;
88
}

0 commit comments

Comments
 (0)