oops
This commit is contained in:
@@ -97,7 +97,7 @@ export default function BerryDashChatroom () {
|
|||||||
|
|
||||||
;(async () => {
|
;(async () => {
|
||||||
const result = await axios.get(
|
const result = await axios.get(
|
||||||
`https://games.lncvrt.xyz/api/berrydash/icon-marketplace/icon?ids=[${notInAllIds}]`
|
`/api/berrydash/icon-marketplace/icon?ids=[${notInAllIds}]`
|
||||||
)
|
)
|
||||||
if (result.data.success) {
|
if (result.data.success) {
|
||||||
const add: CustomIconEntry[] = []
|
const add: CustomIconEntry[] = []
|
||||||
|
|||||||
Reference in New Issue
Block a user