Skip to content

Commit

Permalink
fix: move misplaced comma
Browse files Browse the repository at this point in the history
  • Loading branch information
salvatore-campagna committed Jan 21, 2025
1 parent c052cef commit 4977014
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsdb/challenges/synthetic-source-recovery.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,10 @@
"operation-type": "sleep",
"duration": {{ post_ingest_sleep_duration|default(30) }}
}
},
}
{%- endif -%}{# serverless-post-ingest-sleep-marker-end #}
{# serverless-shard-recovery-marker-start #}{%- if build_flavor != "serverless" or serverless_operator == true -%}
,
{
"name": "add-retention-lease",
"operation": {
Expand Down

0 comments on commit 4977014

Please sign in to comment.