1
0

Fix adding team members (#153)

This commit is contained in:
BasiqueEvangelist
2021-04-05 05:38:20 +03:00
committed by GitHub
parent 7d7377ab15
commit 22219af133

View File

@@ -350,7 +350,7 @@ export default {
await axios.post(
`https://api.modrinth.com/api/v1/team/${this.mod.team}/members`,
data,
this.auth.headers
this.$auth.headers
)
await this.$router.go(null)
} catch (err) {