Skip to content

Commit ea81940

Browse files
committed
do not check token in _do_request()
1 parent 31e3899 commit ea81940

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mergin/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ def wrapper(self, *args, **kwargs):
218218

219219
return wrapper
220220

221-
@_check_token
222221
def _do_request(self, request):
223222
"""General server request method."""
224223
if self._auth_session:

0 commit comments

Comments
 (0)