mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-07 16:03:21 +00:00
typo (#485)
This commit is contained in:
@@ -65,7 +65,7 @@ export const POSTGRES_INIT_CODE = `import {
|
||||
type Resource,
|
||||
} from "https://deno.land/x/windmill@v${__pkg__.version}/mod.ts";
|
||||
|
||||
//PG parametrized statement. No SQL injection is possible.
|
||||
//PG parameterized statement. No SQL injection is possible.
|
||||
export async function main(
|
||||
db: Resource<"postgresql"> = "$res:g/all/demodb",
|
||||
key: string,
|
||||
|
||||
Reference in New Issue
Block a user