Skip to content

Commit 402c5ab

Browse files
sawankshrmavbakke
andcommitted
fix: check teamEvidenceFile instead of teamProgressFile
Co-authored-by: vbakke <vbakke@users.noreply.github.com>
1 parent 82e7bc1 commit 402c5ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/service/loader/data-loader.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export class LoaderService {
142142
meta.activityFiles = meta.activityFiles.map(file =>
143143
this.yamlService.makeFullPath(file, this.META_FILE)
144144
);
145-
if (!meta.teamProgressFile) {
145+
if (!meta.teamEvidenceFile) {
146146
throw Error("The meta.yaml has no 'teamEvidenceFile' to be loaded");
147147
}
148148
meta.teamEvidenceFile = this.yamlService.makeFullPath(meta.teamEvidenceFile, this.META_FILE);

0 commit comments

Comments
 (0)