Skip to content

Commit f529f6a

Browse files
[getsentry/action-github-commit] Auto commit
1 parent 3862de8 commit f529f6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/mdx.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ function withResolvers<T>() {
5656
reject = rej;
5757
});
5858
return {resolve, reject, promise};
59-
};
60-
59+
}
6160

6261
async function readCacheFile(file: string): Promise<string> {
6362
const {resolve, reject, promise} = withResolvers<string>();

0 commit comments

Comments
 (0)