diff --git a/src/onedrive.d b/src/onedrive.d index 29d22e69..e4c62f42 100644 --- a/src/onedrive.d +++ b/src/onedrive.d @@ -949,7 +949,8 @@ final class OneDriveApi } else { http.onSend = buf => 0; } - return perform(); + auto response = perform(); + return response; } private JSONValue perform()