Skip to content

Commit 4594c32

Browse files
committed
lint
1 parent 6f14d3a commit 4594c32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script/update-git.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ const root = path.dirname(__dirname)
1515
const gitDir = path.join(root, 'git')
1616

1717
// OMG
18-
type ReleaseAssets = RestEndpointMethodTypes['repos']['getLatestRelease']['response']['data']['assets']
18+
type ReleaseAssets =
19+
RestEndpointMethodTypes['repos']['getLatestRelease']['response']['data']['assets']
1920

2021
function spawn(cmd: string, args: Array<string>, cwd: string): Promise<string> {
2122
return new Promise((resolve, reject) => {

0 commit comments

Comments
 (0)