Skip to content

Commit

Permalink
fix: fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
senyor-kodi committed Nov 25, 2024
1 parent 209054a commit e99a5a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{
config(
schema = 'sanctum_router_solana',
schema = 'sanctum_router',
alias = 'base_trades',
partition_by = ['block_month'],
materialized = 'incremental',
Expand All @@ -13,7 +13,7 @@
}}

{% set project_start_date = '2023-02-03' %}
{% set dev_start_date = "date_trunc('day', now() - interval '14' day)" %}
{% set dev_start_date = "date_trunc('day', now() - interval '7' day)" %}

WITH swap_via_stake AS (
SELECT
Expand Down

0 comments on commit e99a5a9

Please sign in to comment.