Skip to content

Commit

Permalink
Fix prettier typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
flopez7 committed Jan 27, 2025
1 parent ebf9cb5 commit f34760f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class KVStoreKeys(Enum):
public_key = "public_key"
public_key_hash = "public_key_hash"
webhook_url = "webhook_url"
website = ("website",)
website = "website"
url = "url"
job_types = "job_types"
registration_needed = "registration_needed"
Expand Down

0 comments on commit f34760f

Please sign in to comment.