mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
💄 Minor lint fix on emails ns.
This commit is contained in:
parent
e42e1e8751
commit
44441ae928
1 changed files with 3 additions and 3 deletions
|
@ -127,7 +127,7 @@
|
|||
(s/def :internal.emails.invite-to-team/token ::us/string)
|
||||
|
||||
(s/def ::invite-to-team
|
||||
(s/keys :keys [:internal.emails.invite-to-team/invited-by
|
||||
(s/keys :req-un [:internal.emails.invite-to-team/invited-by
|
||||
:internal.emails.invite-to-team/token
|
||||
:internal.emails.invite-to-team/team]))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue