Skip to content

Commit ade13b4

Browse files
author
Calvinn Ng
committed
fix wrong key spelling
1 parent 0731941 commit ade13b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/config/load.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ async function fetchRemoteConfig(url: string): Promise<any> {
8686
const configMergeKeys = {
8787
models: (a: any, b: any) => a.title === b.title,
8888
commandModels: (a: any, b: any) => a.title === b.title,
89-
tabAutoCompleteModels: (a: any, b: any) => a.title === b.title,
89+
tabAutocompleteModels: (a: any, b: any) => a.title === b.title,
9090
};
9191

9292
async function loadSerializedConfig(

0 commit comments

Comments
 (0)