update cli code

This commit is contained in:
Ruben Fiszel
2024-04-27 18:54:10 +02:00
parent 982c4c439e
commit 0d27df3dec
8 changed files with 14 additions and 19 deletions
+2 -2
View File
@@ -183,7 +183,7 @@ export async function handleFile(
requestBody: {
content,
description: typed?.description ?? "",
language: language as NewScript.language,
language: language,
path: remotePath.replaceAll("\\", "/"),
summary: typed?.summary ?? "",
kind: typed?.kind,
@@ -213,7 +213,7 @@ export async function handleFile(
requestBody: {
content,
description: typed?.description ?? "",
language: language as NewScript.language,
language: language,
path: remotePath.replaceAll("\\", "/"),
summary: typed?.summary ?? "",
kind: typed?.kind,