We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bfc89 commit afdcb99Copy full SHA for afdcb99
package.json
@@ -118,8 +118,5 @@
118
"hooks": {
119
"pre-commit": "lint-staged"
120
}
121
- },
122
- "engines": {
123
- "node": ">=10.15.3"
124
125
src/lambda/oembed/oembed.js
@@ -1,3 +1,5 @@
1
+const URL = require('url');
2
+
3
function incorrectParams(error) {
4
return {
5
statusCode: 501, // oembed status // 422, // Unprocessable Entity
0 commit comments