Skip to content

Commit

Permalink
Fix use elevation
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Dec 10, 2023
1 parent 4a8c88d commit 6a7a7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shabbat_weekly.js
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ function makeCandlesCfg(row) {
m: row.email_candles_havdalah,
M: Boolean(row.email_havdalah_tzeit),
b: row.email_sundown_candles,
ue: Boolean(r.email_use_elevation),
ue: Boolean(row.email_use_elevation),
};
if (row.email_candles_zipcode) {
cfg.zip = row.email_candles_zipcode;
Expand Down

0 comments on commit 6a7a7d1

Please sign in to comment.