Skip to content

Commit 16d20a5

Browse files
Merge pull request #16 from contentstack/contenttype-methods
Api implementation for contenttype information
2 parents c8c2691 + 3eb1669 commit 16d20a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ node_modules/*
44
.idea/*
55
reports/*
66
apidocs-templates/*
7-
test/smtpconfig.js
8-
test/config.js
9-
test/sync_config.js
7+
test/smtpconfig.js/*
8+
test/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)