Skip to content

Commit b3084bc

Browse files
committed
fix: monitor export
1 parent 894fa88 commit b3084bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const Scf = require('./baas/scf')
99
const Tag = require('./baas/tag')
1010
const Postgresql = require('./baas/postgresql')
1111
const Vpc = require('./baas/vpc')
12-
const monitor = require('./monitor')
1312

1413
module.exports = {
1514
Apigw,
@@ -22,6 +21,5 @@ module.exports = {
2221
Scf,
2322
Tag,
2423
Postgresql,
25-
Vpc,
26-
monitor
24+
Vpc
2725
}

0 commit comments

Comments
 (0)