File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
console/atest-ui/src/types Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,4 +38,4 @@ export function SupportedExtensions() {
3838 key : 'atest-store-mongodb'
3939 }
4040 ] as Pair [ ]
41- }
41+ }
Original file line number Diff line number Diff line change @@ -197,4 +197,4 @@ export function FlattenObject(obj: any): any {
197197 acc [ pair [ 0 ] ] = pair [ 1 ]
198198 return acc
199199 } , { } )
200- }
200+ }
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Ports in extensions:
1515
1616* First, create a repository. And please keep the same naming convertion.
1717* Second, implement the ` Loader ` gRPC service which defined by [ this proto] ( ../pkg/testing/remote/loader.proto ) .
18- * Finally, add the extension's name into function [ SupportedExtensions] ( ../console/atest-ui/src/views/stroe /store.ts ) .
18+ * Finally, add the extension's name into function [ SupportedExtensions] ( ../console/atest-ui/src/views/types /store.ts ) .
1919
2020## Naming conventions
2121Please follow the following conventions if you want to add a new store extension:
You can’t perform that action at this time.
0 commit comments