Fix typo
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user