Skip to content

Commit

Permalink
Revert "Do not fetch sanbase nft subscriptions"
Browse files Browse the repository at this point in the history
  • Loading branch information
tspenov authored Dec 12, 2024
1 parent 75a4e1f commit 7a04d28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/sanbase/billing/subscription/nft_subscription.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ defmodule Sanbase.Billing.Subscription.NFTSubscription do
def run() do
# Runs every 10 minutes, configured in scheduler_config.exs
if prod?() do
Subscription.SanbaseNFT.maybe_create()
Subscription.SanbaseNFT.maybe_remove()

Subscription.SanrNFT.maybe_create()
Subscription.SanrNFT.maybe_remove()
else
Expand Down

0 comments on commit 7a04d28

Please sign in to comment.