Skip to content

Commit

Permalink
Merge branch 'registrations'
Browse files Browse the repository at this point in the history
  • Loading branch information
PatStLouis committed Oct 16, 2024
2 parents cadb2fd + 7630c5d commit 4e1da8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/app/plugins/askar.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ def __init__(self):
)

async def provision(self, recreate=False):
await Store.provision(self.db, "raw", self.store_key, recreate=recreate)
print(f'Initializaing database: {self.db}')
# await Store.provision(self.db, "raw", self.store_key, recreate=recreate)

# Register the endorser
# await self.create_key(kid=None, seed=None)
Expand Down

0 comments on commit 4e1da8b

Please sign in to comment.