Skip to content

Commit b199dc0

Browse files
committed
get rid of the extra case
1 parent 6ff2e83 commit b199dc0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/src/mock_supabase_http_client.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,6 @@ class MockSupabaseHttpClient extends BaseClient {
295295
schema, table, request.url.queryParameters, request);
296296
case RequestType.head:
297297
return _handleHead(schema, table, request.url.queryParameters, request);
298-
default:
299-
return _createResponse({'error': 'Method not allowed'},
300-
statusCode: 405, request: request);
301298
}
302299
}
303300

0 commit comments

Comments
 (0)