Skip to content

Commit

Permalink
Add reference to github ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander van Delft committed Dec 8, 2023
1 parent a94e801 commit 11f12af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CDP4JsonFileDal/JsonFileDal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public override Task<IEnumerable<Thing>> Write(IEnumerable<OperationContainer> o

this.WriteIterationsToZipFile(iterations, allExtraInstancesToRemove, zipFile, path);

//ToDo: Remove extensionsFiles that are referenced by removed instances
//ToDo: GH283: Remove extensionsFiles that are referenced by removed instances
this.WriteExtensionFilesToZipFile(extensionFiles, zipFile, path);
}

Expand Down

0 comments on commit 11f12af

Please sign in to comment.