Skip to content

Commit

Permalink
Fix offset not working in case
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmielnik committed May 9, 2024
1 parent e63790b commit 5ddbe34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/metabase-lib/v1/expressions/diagnostics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ function prattCompiler({
passes: [
adjustOptions,
useShorthands,
adjustCase,
adjustOffset,
adjustCase,
expression =>
resolve({
expression,
Expand Down

0 comments on commit 5ddbe34

Please sign in to comment.