Skip to content

Commit b19b41e

Browse files
authored
feat: adds a period (#2104)
1 parent 41a2439 commit b19b41e

File tree

1 file changed

+1
-1
lines changed
  • packages/contentful--app-scripts/src

1 file changed

+1
-1
lines changed

packages/contentful--app-scripts/src/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export function getEntityFromManifest<Type extends 'actions' | 'functions'>(
159159
process.exit(1);
160160
}
161161

162-
// EntryFile is not used but we do want to strip it
162+
// EntryFile is not used but we do want to strip it.
163163
// eslint-disable-next-line no-unused-vars
164164
const { entryFile: _, ...itemWithoutEntryFile } = item;
165165

0 commit comments

Comments
 (0)