mirror of
https://github.com/romancm/gamebrary
synced 2024-11-27 13:40:48 +00:00
fix hilarious typo
This commit is contained in:
parent
afe6069483
commit
82871b5052
3 changed files with 3 additions and 3 deletions
|
@ -151,7 +151,7 @@ export default {
|
|||
|
||||
this.loadBoards();
|
||||
|
||||
this.$store.dispatch('LOAD_PUBIC_BOARDS');
|
||||
this.$store.dispatch('LOAD_PUBLIC_BOARDS');
|
||||
},
|
||||
|
||||
async loadBoards() {
|
||||
|
|
|
@ -42,7 +42,7 @@ export default {
|
|||
|
||||
methods: {
|
||||
load() {
|
||||
this.$store.dispatch('LOAD_PUBIC_BOARDS');
|
||||
this.$store.dispatch('LOAD_PUBLIC_BOARDS');
|
||||
},
|
||||
|
||||
getWallpaper({ wallpaper }) {
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue