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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}
}