diff --git a/lib/keeper.ts b/lib/keeper.ts index 26f97e3..9a9ff3b 100644 --- a/lib/keeper.ts +++ b/lib/keeper.ts @@ -291,7 +291,6 @@ export async function importAndPush( options: ImportAndPushOptions, ): Promise { return request("import-and-push", { - kind: "import-and-push", repo: translateRepoPath(options.repo), bundleBase64: options.bundleBase64, commitSha: options.commitSha,