Skip to content

Commit feccdc2

Browse files
committed
fix error message
1 parent 988f890 commit feccdc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def list_fields():
6969
{
7070
"success": False,
7171
"data": None,
72-
"errors": {"type": "Missing or invalid ?type (team|user)"},
72+
"errors": {"type": "Missing or invalid ?type (teams|users)"},
7373
}
7474
),
7575
400,

0 commit comments

Comments
 (0)