Fix
This commit is contained in:
parent
f206fbf217
commit
3814cd0cc4
@ -86,7 +86,7 @@ let private updateInviteCount code count =
|
||||
|> Sql.connect
|
||||
|> Sql.parameters [ "count" , Sql.int count ; "code" , Sql.string code ]
|
||||
|> Sql.query """
|
||||
"UPDATE invite SET count = @count WHERE code = @code"
|
||||
UPDATE invite SET count = @count WHERE code = @code
|
||||
"""
|
||||
|> Sql.executeNonQueryAsync
|
||||
|> Async.AwaitTask
|
||||
|
Loading…
x
Reference in New Issue
Block a user