feat: first run download db
This commit is contained in:
@@ -66,6 +66,9 @@ func (helper *SQLiteHelper) InitSQLiteHelper() bool {
|
||||
}
|
||||
|
||||
func (helper *SQLiteHelper) Close() {
|
||||
if helper.db == nil {
|
||||
return
|
||||
}
|
||||
helper.db.Close()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user