Skip to content

Commit

Permalink
Update src/lambdas/get-app-theme-color.lambda.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Jeongwoo Kim <[email protected]>
  • Loading branch information
akanex115 and mlajkim authored Nov 20, 2024
1 parent eec330d commit 03b1afe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lambdas/get-app-theme-color.lambda.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export const getAppThemeColorLambda = (theme?: AppTheme) => {
],
}
}
if (theme === AppTheme.Christmas)
return {
light: [
Christmas.one,
Expand Down

0 comments on commit 03b1afe

Please sign in to comment.