mirror of
https://github.com/moghtech/komodo.git
synced 2026-01-06 12:20:08 -06:00
fix: api_key -> key in Typescript client initialization (#485)
This commit is contained in:
@@ -35,7 +35,7 @@ import { KomodoClient, Types } from "komodo_client";
|
||||
const komodo = KomodoClient("https://demo.komo.do", {
|
||||
type: "api-key",
|
||||
params: {
|
||||
api_key: "your_key",
|
||||
key: "your_key",
|
||||
secret: "your secret",
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user