Skip to content

Commit a3ffc77

Browse files
committed
fix lint
1 parent 1703e6b commit a3ffc77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/RepoActionView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export default defineComponent({
162162
},
163163
},
164164
165-
async mounted() {
165+
async mounted() { // eslint-disable-line @typescript-eslint/no-misused-promises
166166
// load job data and then auto-reload periodically
167167
// need to await first loadJob so this.currentJobStepsStates is initialized and can be used in hashChangeListener
168168
await this.loadJob();

0 commit comments

Comments
 (0)