Skip to content

Commit

Permalink
refactor(test-studio): globalDocumentReference format to use ':' inst…
Browse files Browse the repository at this point in the history
…ead of '/'
  • Loading branch information
skogsmaskin committed Jan 30, 2025
1 parent b04f688 commit f80acdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/test-studio/schema/standard/globalDocumentReference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default defineType({
],
initialValue: () => ({
_type: 'reference',
_ref: 'dataset/exx11uqh.blog/4203c6bd-98c2-418e-9558-3ed56ebaf1d8',
_ref: 'dataset:exx11uqh.blog:4203c6bd-98c2-418e-9558-3ed56ebaf1d8',
_weak: true,
}),
},
Expand Down

0 comments on commit f80acdb

Please sign in to comment.