Skip to content

Commit e5214c1

Browse files
authored
Update README.md
1 parent 1227559 commit e5214c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ FROM (
208208
) AS integer
209209
)
210210
ELSE 1 -- assumes yearly
211-
END as amount_major
212-
)
211+
END
212+
) AS amount_major
213213
FROM scheduled_flat_transactions
214214
WHERE
215215
category_name = 'Apps'

0 commit comments

Comments
 (0)