forgot do

This commit is contained in:
nek0 2020-07-19 11:11:14 +02:00
parent 4dfa7f7698
commit 786cddd7b3
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ associateUserToRole
-> Int -- ^ Role id
-> PGS.Connection
-> Matehandler Int -- ^ Resulting UserToRole id
associateUserToRole uid rid conn =
associateUserToRole uid rid conn = do
a <- runInsert_ conn $ Insert
{ iTable = userToRoleTable
, iRows =