This commit is contained in:
Dave Bartolomeo
2022-08-12 12:58:46 -04:00
parent de88d27057
commit beeb19dc05

View File

@@ -26,7 +26,7 @@ function makeKey(
'queryCausingWork was not defined on an event we expected it to be defined for!'
);
}
return `${queryCausingWork}:${predicate}${suffix ? ' ' + suffix : ''};
return `${queryCausingWork}:${predicate}${suffix ? ' ' + suffix : ''}`;
}
function getDependentPredicates(operations: string[]): I.List<string> {