fix script builder

This commit is contained in:
Ruben Fiszel
2023-08-13 14:26:07 +02:00
parent 08e234261a
commit f72745d987
@@ -70,14 +70,13 @@
if (SCRIPT_SHOW_GO) {
langs.push(['Go', Script.language.GO])
}
langs.pu
langs.push(['REST', Script.language.NATIVETS])
langs.push(['PostgreSQL', Script.language.POSTGRESQL])
langs.push(['MySQL', Script.language.MYSQL])
langs.push(['BigQuery', Script.language.BIGQUERY])
langs.push(['Snowflake', Script.language.SNOWFLAKE])
langs.push(['GraphQL', Script.language.GRAPHQL])
langs.push(['PowerShell', Script.language.POWERSHELL])
sh(['REST', Script.language.NATIVETS])
const scriptKindOptions: {
value: Script.kind
title: string