Skip to content

Commit 1c7263f

Browse files
committed
removed console and added config label
1 parent d844812 commit 1c7263f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

api/src/services/contentful.service.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const transformCloudinaryObject = (input: any) => {
134134
id: uuidv4(),
135135
folder: "",
136136
cs_metadata: {
137-
config_label: "config"
137+
config_label: "default_multi_config_key"
138138
}
139139
});
140140
}
@@ -846,7 +846,6 @@ const createEntry = async (packagePath: any, destination_stack_id: string, proje
846846
)) {
847847
const localeCode = mapLocales({ masterLocale: master_locale, locale: localeKey, locales: LocaleMapper });
848848
const chunks = makeChunks(localeValues);
849-
console.info("🚀 ~ forawait ~ localeCode:", localeCode)
850849
for (const [entryKey, entryValue] of Object.entries(localeValues)) {
851850
const message = getLogMessage(
852851
srcFunc,
@@ -877,7 +876,7 @@ const createEntry = async (packagePath: any, destination_stack_id: string, proje
877876
await customLogger(projectId, destination_stack_id, 'info', message);
878877
}
879878
} catch (err) {
880-
console.info("🚀 ~ createEntry ~ err:", err)
879+
console.error("🚀 ~ createEntry ~ err:", err)
881880
const message = getLogMessage(
882881
srcFunc,
883882
`Error encountered while creating entries.`,

0 commit comments

Comments
 (0)