🚨 (app)

This commit is contained in:
Julien Calixte
2021-05-08 14:46:12 +02:00
parent 80fe2d6992
commit a9fba33760
5 changed files with 114 additions and 115 deletions

View File

@@ -29,7 +29,6 @@ export const useUserRepoStore = defineStore({
async setUserRepo(newUser: string, newRepo: string) {
this.user = newUser
this.repo = newRepo
await refreshToken()
const [readme, files] = await Promise.all([
getMainReadme(newUser, newRepo),
getFiles(newUser, newRepo)