run prettier to clear linter warnings

This commit is contained in:
Eli Reisman
2024-06-04 11:50:21 -07:00
parent 0bec1ca5b4
commit 97c6dd59c3
6 changed files with 15 additions and 17 deletions
+1 -5
View File
@@ -22,13 +22,9 @@ import * as summary from './summary'
import {getRefs} from './git-refs'
import {groupDependenciesByManifest} from './utils'
import {
commentPr,
MAX_COMMENT_LENGTH
} from './comment-pr'
import {commentPr, MAX_COMMENT_LENGTH} from './comment-pr'
import {getDeniedChanges} from './deny'
async function delay(ms: number): Promise<void> {
return new Promise(resolve => setTimeout(resolve, ms))
}