Skip to content

Commit 5c9be03

Browse files
authored
Update signalr-quickstart-azure-functions-javascript.md
Fix https://github.com/MicrosoftDocs/azure-docs/issues/101355
1 parent 4d5d35b commit 5c9be03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-signalr/signalr-quickstart-azure-functions-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Make sure you have Azure Functions Core Tools installed.
9090
body: data
9191
}
9292
context.done()
93-
} catch (error) {
93+
} catch (err) {
9494
context.log.error(err);
9595
context.done(err);
9696
}

0 commit comments

Comments
 (0)