Skip to content

Commit

Permalink
return None when an internal db doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
Anish9901 committed Nov 12, 2024
1 parent ba0fdc2 commit c5fc577
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mathesar/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ def _get_internal_db_meta():
'port': internal_db['PORT'],
'database_name': internal_db['NAME']
}
else:
return {'type': 'sqlite'}


def get_common_data(request, database_id=None, schema_oid=None):
Expand Down

0 comments on commit c5fc577

Please sign in to comment.