Skip to content

Commit

Permalink
Stragglers re token change
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Dec 28, 2018
1 parent 7ab924e commit 442024d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion equinox-web/Domain/Aggregate.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module TodoBackend.Aggregate
module TodoBackendTemplate.Aggregate

// NB - these types and names reflect the actual storage formats and hence need to be versioned with care
module Events =
Expand Down
2 changes: 1 addition & 1 deletion equinox-web/Domain/ClientId.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace TodoBackend
namespace TodoBackendTemplate

open System
open System.Runtime.Serialization
Expand Down
2 changes: 1 addition & 1 deletion equinox-web/Domain/TodosService.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module TodoBackendTemplate
module TodoBackendTemplate.Todo

// NB - these types and names reflect the actual storage formats and hence need to be versioned with care
module Events =
Expand Down

0 comments on commit 442024d

Please sign in to comment.