Skip to content

Commit 965cab4

Browse files
committed
fix: touch file to force release
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent 6f13412 commit 965cab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/comms/src/ecl/workunit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ export class Workunit extends StateObject<UWorkunitState, IWorkunitState> implem
829829
return this.WUDetails(request).then((response) => {
830830
const retVal: Scope[] = [];
831831

832-
// Recreate Scope Hierarchy and dedup ---
832+
// Recreate scope hierarchy and dedup ---
833833
const scopeMap: { [key: string]: Scope } = {};
834834
response.Scopes.Scope.forEach((rawScope) => {
835835
if (scopeMap[rawScope.ScopeName]) {

0 commit comments

Comments
 (0)