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 c4895dd commit 22d3406Copy full SHA for 22d3406
functions/status.js
@@ -1,5 +1,7 @@
1
// Netlify API is now ES Module
2
-import NetlifyAPI from 'netlify';
+import {
3
+ NetlifyAPI
4
+} from 'netlify';
5
6
exports.handler = async (event, context) => {
7
0 commit comments