Skip to content

Commit f62b3f8

Browse files
committed
fix review
1 parent 29f99fc commit f62b3f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/roam/src/components/settings/utils/migrateLegacyToBlockProps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const migrateSection = ({
111111
};
112112

113113
const migrateDiscourseNodes = async (): Promise<boolean> => {
114-
const nodePages = (await window.roamAlphaAPI.data.backend.q(`
114+
const nodePages = (await window.roamAlphaAPI.data.async.fast.q(`
115115
[:find ?uid ?title
116116
:where
117117
[?page :node/title ?title]

0 commit comments

Comments
 (0)