mirror of
https://github.com/actions/github-script.git
synced 2025-12-25 23:23:07 +00:00
Remove async from callAsyncFunction
This commit is contained in:
@@ -2,7 +2,7 @@ const AsyncFunction = Object.getPrototypeOf(async () => {}).constructor
|
||||
|
||||
type AsyncFunctionArguments = {[key: string]: any}
|
||||
|
||||
export async function callAsyncFunction(
|
||||
export function callAsyncFunction(
|
||||
args: AsyncFunctionArguments,
|
||||
source: string
|
||||
): Promise<any> {
|
||||
|
||||
Reference in New Issue
Block a user