We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f99fc commit f62b3f8Copy full SHA for f62b3f8
1 file changed
apps/roam/src/components/settings/utils/migrateLegacyToBlockProps.ts
@@ -111,7 +111,7 @@ const migrateSection = ({
111
};
112
113
const migrateDiscourseNodes = async (): Promise<boolean> => {
114
- const nodePages = (await window.roamAlphaAPI.data.backend.q(`
+ const nodePages = (await window.roamAlphaAPI.data.async.fast.q(`
115
[:find ?uid ?title
116
:where
117
[?page :node/title ?title]
0 commit comments