Skip to content

Commit

Permalink
fix: type mismatch on queryDb
Browse files Browse the repository at this point in the history
  • Loading branch information
huextrat committed Oct 24, 2024
1 parent c5118cc commit 193d30b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class DatabaseStorage(

private fun queryDb(
db: SQLiteDatabase,
table: String?,
table: String,
columns: Array<String?>?,
selection: String?,
selectionArgs: Array<String?>?,
Expand Down

0 comments on commit 193d30b

Please sign in to comment.