Skip to content
Snippets Groups Projects
Commit d8d0b6f1 authored by Emanuel Petrinovic's avatar Emanuel Petrinovic
Browse files

fix typo

parent 00bb15b3
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ func init() { ...@@ -15,7 +15,7 @@ func init() {
campaginStore = make(map[uint]*model.Campaign) campaginStore = make(map[uint]*model.Campaign)
} }
func CreateCampagin(campaign *model.Campaign) error { func CreateCampaign(campaign *model.Campaign) error {
campaign.ID = uint(actCampaignId) campaign.ID = uint(actCampaignId)
campaginStore[uint(actCampaignId)] = campaign campaginStore[uint(actCampaignId)] = campaign
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment