Skip to content

Commit dbf9ba7

Browse files
lukemeliaCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 525a8e4 commit dbf9ba7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/runtime-common/realm-index-query-engine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ export class RealmIndexQueryEngine {
12141214
return [url, linkResource] as const;
12151215
}
12161216
throw new Error(
1217-
`instance ${url} is not a card or file document. it is: ${JSON.stringify(
1217+
`linked resource ${url} is not a card or file document. it is: ${JSON.stringify(
12181218
json,
12191219
null,
12201220
2,

0 commit comments

Comments
 (0)