Skip to content

Commit 22d3406

Browse files
committed
tweak
1 parent c4895dd commit 22d3406

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

functions/status.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Netlify API is now ES Module
2-
import NetlifyAPI from 'netlify';
2+
import {
3+
NetlifyAPI
4+
} from 'netlify';
35

46
exports.handler = async (event, context) => {
57

0 commit comments

Comments
 (0)