Skip to content

Commit

Permalink
SBVT-699: removing async for the return function
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor.nelms committed Dec 13, 2022
1 parent e454524 commit 88c8659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ function makeGlobalRunHooks() {
logger.warn('error with the logger task')
return null
},
async getToolkit () {
return domToolKit
getToolkit () {
return domToolKit;
}
},
'after:run':
Expand Down

0 comments on commit 88c8659

Please sign in to comment.