We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 272f48f commit 654a471Copy full SHA for 654a471
src/Felicity.IntegrationTests/SkipLinks.fs
@@ -30,7 +30,7 @@ module A =
30
31
let toMany = define.Relationship.ToMany(resDef).Get(fun _ -> [])
32
33
- let post = define.Operation.Post(fun () -> A)
+ let post = define.Operation.Post(fun () -> A).AfterCreate(ignore)
34
35
let get = define.Operation.GetResource()
36
0 commit comments