fix hilarious typo

This commit is contained in:
Gamebrary 2021-04-24 01:26:51 -07:00
parent afe6069483
commit 82871b5052
3 changed files with 3 additions and 3 deletions

View file

@ -151,7 +151,7 @@ export default {
this.loadBoards();
this.$store.dispatch('LOAD_PUBIC_BOARDS');
this.$store.dispatch('LOAD_PUBLIC_BOARDS');
},
async loadBoards() {

View file

@ -42,7 +42,7 @@ export default {
methods: {
load() {
this.$store.dispatch('LOAD_PUBIC_BOARDS');
this.$store.dispatch('LOAD_PUBLIC_BOARDS');
},
getWallpaper({ wallpaper }) {

View file

@ -106,7 +106,7 @@ export default {
});
},
LOAD_PUBIC_BOARDS({ commit }) {
LOAD_PUBLIC_BOARDS({ commit }) {
// TODO: paginate
return new Promise((resolve, reject) => {
const db = firebase.firestore();