Hi there, I just got an syntax error when creating a function in the dashboard. Here is the screenshot.

Here is my code:
plv8.execute(
`
UPDATE design_files SET current_version = current_version + 1 WHERE id IN (
SELECT design_file
FROM file_versions
WHERE id = $1
)
`,
[version_id]
);