Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
feat: rebase fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
wregulski committed Jan 31, 2024
1 parent 6a7d2bb commit 1f914f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 351 deletions.
4 changes: 2 additions & 2 deletions examples/client/custom_cron/custom_cron.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
func main() {
client, err := bux.NewClient(
context.Background(), // Set context
bux.WithCronCustmPeriod(bux.CronJobNameDraftTransactionCleanUp, 2*time.Second),
bux.WithCronCustmPeriod(bux.CronJobNameSyncTransactionSync, 4*time.Second),
bux.WithCronCustomPeriod(bux.CronJobNameDraftTransactionCleanUp, 2*time.Second),
bux.WithCronCustomPeriod(bux.CronJobNameSyncTransactionSync, 4*time.Second),
)
if err != nil {
log.Fatalln("error: " + err.Error())
Expand Down
349 changes: 0 additions & 349 deletions model_incoming_transactions.go

This file was deleted.

0 comments on commit 1f914f8

Please sign in to comment.