Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit c0a8bf3

Browse files
committed
Merge pull request #452 from appirio-tech/SUP-968-heapdump
cleanup startup warning
2 parents d908fc6 + 13b6282 commit c0a8bf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

actions/memDump.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ exports.dumpMemory = {
1111
required: [],
1212
optional: []
1313
},
14+
outputExample: {},
15+
cacheEnabled: false,
1416
version: 'v2',
1517
run: function (api, connection, next) {
1618
if (process.env.ADMIN_API_KEY && connection.params.apiKey === process.env.ADMIN_API_KEY) {

0 commit comments

Comments
 (0)