change if block to avoid whitespace trimming
This commit is contained in:
parent
dc0abe6098
commit
ad518c3083
1 changed files with 2 additions and 3 deletions
|
|
@ -225,13 +225,12 @@ with
|
||||||
|
|
||||||
select *
|
select *
|
||||||
from pre_feature_flag_verification_requests
|
from pre_feature_flag_verification_requests
|
||||||
|
{% if modules.datetime.datetime.now(
|
||||||
{%- if modules.datetime.datetime.now(
|
|
||||||
modules.pytz.timezone("UTC")
|
modules.pytz.timezone("UTC")
|
||||||
) > modules.datetime.datetime.strptime(
|
) > modules.datetime.datetime.strptime(
|
||||||
var("guest_products_feature_flag_activation_timestamp"),
|
var("guest_products_feature_flag_activation_timestamp"),
|
||||||
"'%Y-%m-%dT%H:%M:%S%z'",
|
"'%Y-%m-%dT%H:%M:%S%z'",
|
||||||
) -%}
|
) %}
|
||||||
union all
|
union all
|
||||||
select *
|
select *
|
||||||
from post_feature_flag_verification_requests
|
from post_feature_flag_verification_requests
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue