This commit is contained in:
@@ -751,7 +751,7 @@ export default function initialize() {
|
||||
.then(() => {
|
||||
//GET USER OPTIONS
|
||||
window.$gz.api
|
||||
.get("UserOptions/" + window.$gz.store.state.userId)
|
||||
.get("user-option/" + window.$gz.store.state.userId)
|
||||
// eslint-disable-next-line
|
||||
.then((res) => {
|
||||
if (res.error) {
|
||||
|
||||
Reference in New Issue
Block a user