cockroach typo in init (#1872)

This commit is contained in:
Dominic Wong
2020-07-27 10:16:40 +01:00
committed by GitHub
parent 5f4491bb86
commit 9dfeb98111

View File

@@ -58,7 +58,7 @@ func (s *sqlStore) getDB(database, table string) (string, string) {
if len(s.options.Table) > 0 {
table = s.options.Table
} else {
database = DefaultTable
table = DefaultTable
}
}