take out js extension of jest config until that's set up

This commit is contained in:
Silas 2022-03-01 23:25:40 -05:00
parent 6f1200fbd2
commit 20880e15cb
Signed by: silentsilas
GPG Key ID: 4199EFB7DAA34349
2 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ defmodule Entendu.UserFromAuth do
end
end
def can_access?(recipient, %{emails: emails, username: username} = stuff),
def can_access?(recipient, %{emails: emails, username: username}),
do: email_matches?(recipient, emails) || username_matches?(recipient, username)
defp email_matches?(recipient, emails),