Browse Source

Modify locationId in Marketing campaing seed

pull/223/head
Christian Arenas 7 years ago
parent
commit
9ae6fa8c64
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Services/Marketing/Marketing.API/Infrastructure/MarketingContextSeed.cs

+ 1
- 1
src/Services/Marketing/Marketing.API/Infrastructure/MarketingContextSeed.cs View File

@ -57,7 +57,7 @@
new UserLocationRule
{
Description = "UserLocationRule2",
LocationId = 3
LocationId = 6
}
}
}


Loading…
Cancel
Save