Skip to content

Commit

Permalink
fixes #667
Browse files Browse the repository at this point in the history
  • Loading branch information
koskimas committed Sep 5, 2023
1 parent a40bf3f commit a22dc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expression/expression-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ export function createExpressionBuilder<DB, TB extends keyof DB>(
val<VE>(
value: VE
): ExpressionWrapper<DB, TB, ExtractTypeFromValueExpression<VE>> {
return new ExpressionWrapper(parseValueExpressionOrList(value))
return new ExpressionWrapper(parseValueExpression(value))
},

refTuple(
Expand Down

1 comment on commit a22dc44

@vercel
Copy link

@vercel vercel bot commented on a22dc44 Sep 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kysely – ./

kysely-git-master-kysely-team.vercel.app
kysely-kysely-team.vercel.app
kysely.dev
www.kysely.dev

Please sign in to comment.