Skip to content

Commit

Permalink
Merge pull request yoheinakajima#2 from isichan0501/feature/fixElse
Browse files Browse the repository at this point in the history
  • Loading branch information
yoheinakajima authored Mar 17, 2024
2 parents 1659354 + bb76ff2 commit 7d8eb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/integrations/database/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

if db_type == "nexusdb":
CurrentDBIntegration = NexusDBIntegration
else db_type == "memory":
elif db_type == "memory":
CurrentDBIntegration = InMemoryDatabase

0 comments on commit 7d8eb72

Please sign in to comment.