-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔨 fix: repair broken init_manuscript table selection (#82)
* 🐛 Fix: fix database table selection This commit reworks and simplifies the selectTable() function in `init_manuscript.go` - this function was previously demonstrating problematic behavior by showing the same table set over and over regardless of which chain was selected. * ⚰️ [chore] remove version from docker compose template Per the repeated warning, docker compose does not require version specification in the template. I have removed that to get rid of the pesky warning.
- Loading branch information
1 parent
5b8690e
commit 5a36374
Showing
2 changed files
with
25 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters