Skip to content

Commit

Permalink
Merge pull request #1627 from gchq/PE39806-patch-correct-typo-in-defa…
Browse files Browse the repository at this point in the history
…ult-config

Correct typos
  • Loading branch information
PE39806 authored Nov 22, 2024
2 parents ae77bc3 + 938bad3 commit daad354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/config/default.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ module.exports = {

inference: {
enabled: false,
conneciton: {
connection: {
host: 'http://example.com',
},
authorizationTokenName: 'inferencing-token',
Expand Down
2 changes: 1 addition & 1 deletion backend/src/services/webhook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export async function sendWebhooks(
agent: getHttpsAgent({
rejectUnauthorized: webhook.insecureSSL,
}),
headers: { 'Conent-Type': 'application/json', ...headers },
headers: { 'Content-Type': 'application/json', ...headers },
})
if (!response.ok) {
log.error(
Expand Down

0 comments on commit daad354

Please sign in to comment.