We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8c2691 + 3eb1669 commit 16d20a5Copy full SHA for 16d20a5
.gitignore
@@ -4,6 +4,7 @@ node_modules/*
4
.idea/*
5
reports/*
6
apidocs-templates/*
7
-test/smtpconfig.js
8
-test/config.js
9
-test/sync_config.js
+test/smtpconfig.js/*
+test/config.js/*
+test/sync_config.js/*
10
+test/report.json/*
src/core/modules/entry.js
@@ -289,5 +289,4 @@ export default class Entry {
289
console.error("Kindly provide an entry uid. e.g. .Entry('bltsomething123')");
290
}
291
292
-
293
0 commit comments