mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 16:44:52 +09:00
Fix typo in actor key route
This commit is contained in:
parent
043022d117
commit
b0e33af4d8
1 changed files with 1 additions and 1 deletions
|
@ -291,4 +291,4 @@ getActorKey1R :: Handler TypedContent
|
|||
getActorKey1R = getActorKey (\ (k1, _, _) -> k1) ActorKey1R
|
||||
|
||||
getActorKey2R :: Handler TypedContent
|
||||
getActorKey2R = getActorKey (\ (k1, _, _) -> k1) ActorKey2R
|
||||
getActorKey2R = getActorKey (\ (_, k2, _) -> k2) ActorKey2R
|
||||
|
|
Loading…
Reference in a new issue