We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1703e6b commit a3ffc77Copy full SHA for a3ffc77
web_src/js/components/RepoActionView.vue
@@ -162,7 +162,7 @@ export default defineComponent({
162
},
163
164
165
- async mounted() {
+ async mounted() { // eslint-disable-line @typescript-eslint/no-misused-promises
166
// load job data and then auto-reload periodically
167
// need to await first loadJob so this.currentJobStepsStates is initialized and can be used in hashChangeListener
168
await this.loadJob();
0 commit comments