Skip to content

Commit

Permalink
fix: fix not returning tickets if empty
Browse files Browse the repository at this point in the history
  • Loading branch information
duruer committed Feb 8, 2025
1 parent 8b65160 commit d491245
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class PanelGetDashboardAPI(
"gettingStartedBlocks" to mapOf(
"welcomeBoard" to false
),
"tickets" to emptyList<Any?>()
)

val sqlClient = getSqlClient()
Expand Down

0 comments on commit d491245

Please sign in to comment.