update cli code

This commit is contained in:
Ruben Fiszel
2024-04-27 18:54:04 +02:00
parent aec3148f71
commit d4af1153e9
8 changed files with 14 additions and 19 deletions

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,