Skip to content

Commit e2be690

Browse files
Update components/microsoft_excel/sources/common/base-webhook.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 34f70d4 commit e2be690

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/microsoft_excel/sources/common/base-webhook.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,10 @@ export default {
9595
status: 200,
9696
body: query.validationToken,
9797
headers: {
98-
"content-type": "text/plan",
98+
"content-type": "text/plain",
9999
},
100100
});
101+
}
101102
return;
102103
}
103104

0 commit comments

Comments
 (0)