Skip to content

Commit 569749f

Browse files
supporting two new methods
1 parent c8c2691 commit 569749f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ reports/*
66
apidocs-templates/*
77
test/smtpconfig.js
88
test/config.js
9-
test/sync_config.js
9+
test/sync_config.js
10+
test/report.json

src/core/modules/entry.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,5 +289,4 @@ export default class Entry {
289289
console.error("Kindly provide an entry uid. e.g. .Entry('bltsomething123')");
290290
}
291291
}
292-
293292
}

0 commit comments

Comments
 (0)