Skip to content

Commit 0d7e81c

Browse files
committed
maint: update example.js to ESM
1 parent 496a449 commit 0d7e81c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

example.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
"use strict";
2-
3-
var pino = require("pino")({
1+
const pino = (await import("pino")).default({
42
name: "probot",
53
});
64

0 commit comments

Comments
 (0)