Skip to content

Commit 7a95e6c

Browse files
committed
Do import required updateCheckRun function
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 11989a7 commit 7a95e6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GitForWindowsHelper/slash-commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ module.exports = async (context, req) => {
133133

134134
await thumbsUp()
135135

136-
const { queueCheckRun } = require('./check-runs')
136+
const { queueCheckRun, updateCheckRun } = require('./check-runs')
137137
const triggerWorkflowDispatch = require('./trigger-workflow-dispatch')
138138
const triggerBuild = async (architecture) =>
139139
await triggerWorkflowDispatch(

0 commit comments

Comments
 (0)