Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Missed a merge conflict for recent delay change
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmarmour committed Sep 22, 2020
1 parent 7d99b61 commit 2771b28
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,16 @@ type TelegramConfig struct {
}

type Config struct {
<<<<<<< HEAD
Locale string
Currency string
Locale string
Currency string
Delay int64

SKU string
TestSKU string
TwilioConfig TwilioConfig
TwitterConfig TwitterConfig
DiscordConfig DiscordConfig
TelegramConfig TelegramConfig
=======
Locale string
Delay int64
Currency string
SKU string
TestSKU string
TwilioConfig TwilioConfig
TwitterConfig TwitterConfig
DiscordConfig DiscordConfig
>>>>>>> Added delay parameter so users can manually control delay if required
}

// Hardcoded SKU to locale/currency mappings to avoid user pain of having to lookup and enter these.
Expand Down

0 comments on commit 2771b28

Please sign in to comment.