Skip to content

Commit

Permalink
fix: remove all keys
Browse files Browse the repository at this point in the history
  • Loading branch information
samsoft00 committed Jun 28, 2022
1 parent ad4ffc4 commit c424c0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ import (
)

func main() {
subscriberID := "e35a7412bc654b3ac3b5cf649daa319e"
apiKey := "c654b3ac3b5cee35a741f649daa3192b"
eventId := "gs-cooperative"
subscriberID := "<<REPLACE_WITH_YOUR_SUBSCRIBER>"
apiKey := "<REPLACE_WITH_YOUR_API_KEY>"
eventId := "<REPLACE_WITH_YOUR_EVENT_ID>"

ctx := context.Background()
to := map[string]interface{}{
"lastName": "Doe",
"firstName": "John",
"subscriberId": "[email protected]",
"subscriberId": subscriberID,
"email": "[email protected]",
}

Expand Down

0 comments on commit c424c0d

Please sign in to comment.