Skip to content

Commit 2b565b4

Browse files
committed
Test
1 parent 2b29db6 commit 2b565b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

functions/status.js renamed to functions/status.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
exports.handler = async (event, context) => {
1+
import {
2+
NetlifyAPI
3+
} from 'netlify';
24

3-
import {
4-
NetlifyAPI
5-
} from 'netlify';
5+
exports.handler = async (event, context) => {
66

77
const client = new NetlifyAPI(process.env.NETLIFY_TOKEN)
88
const deploys = await client.listSiteDeploys({

0 commit comments

Comments
 (0)