lrf402788946 %!s(int64=4) %!d(string=hai) anos
pai
achega
3cddab5c38
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/store/refute.js

+ 1 - 1
src/store/refute.js

@@ -19,7 +19,7 @@ const actions = {
   },
   async fetch({ commit, rootState }, payload) {
     const res = await this.$axios.$get(`${api.refute}/${payload}`, {
-      openid: rootState.user.openid,
+      openid: rootState.user.openid || undefined,
     });
     return res;
   },