Skip to content

Commit 51c3ec7

Browse files
committed
changed StandardVO.Currency completions
1 parent 4272963 commit 51c3ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/completion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const StandardVO = {
1616
prefixes: ['StandardVO', 'StandardVO.Currency'],
1717
completions: {
1818
StandardVO: ['Currency'],
19-
'StandardVO.Currency': ['Value', 'Create'],
19+
'StandardVO.Currency': ['Value', 'Errors'],
2020
},
2121
};
2222

0 commit comments

Comments
 (0)