We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3019445 commit e5f66c1Copy full SHA for e5f66c1
1 file changed
apps/roam/src/utils/registerDiscourseDatalogTranslators.ts
@@ -573,7 +573,6 @@ const registerDiscourseDatalogTranslators = () => {
573
const typeOfTarget = typeOfValue(target);
574
const clauses: DatalogClause[] = [...relClauseBasis];
575
576
- // todo: It could be a title or a node type.
577
if (
578
!(
579
typeOfSource <= ValueType.nodeType ||
0 commit comments