Skip to content

Commit a301064

Browse files
committed
fix: typo
1 parent 54670c3 commit a301064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logic/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def validate_identifier(identifier) -> bool:
2323
return False
2424

2525
# Max domain length is 253 bytes
26-
if len(split[1] > 253):
26+
if len(split[1]) > 253:
2727
return False
2828

2929

0 commit comments

Comments
 (0)