Skip to content

Commit a26f27a

Browse files
committed
WIP: working on sitecore.service.ts
1 parent acaa527 commit a26f27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/services/sitecore.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ const createAssets = async ({
214214
} else {
215215
const message = getLogMessage(
216216
srcFunc,
217-
`Asset "${jsonAsset?.item?.$?.name}" blob is not there for this assets.`,
217+
`Asset "${jsonAsset?.item?.$?.name}" blob is missing for these assets.`,
218218
{}
219219
);
220220
await customLogger(projectId, destinationStackId, 'error', message);

0 commit comments

Comments
 (0)