Skip to content

Commit

Permalink
fix: update response output
Browse files Browse the repository at this point in the history
  • Loading branch information
cadriel committed Jan 19, 2021
1 parent 373aea3 commit f680525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/version/mutations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const mutations: MutationTree<VersionState> = {
if (payload.complete) {
state.busy = false
} else {
state.responses.unshift(payload)
state.responses.push(payload)
}
},

Expand Down

0 comments on commit f680525

Please sign in to comment.