You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/datastore/impl/src/main/kotlin/com/ninecraft/booket/core/datastore/impl/datasource/DefaultLibraryRecentSearchDataSource.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ class DefaultLibraryRecentSearchDataSource @Inject constructor(
76
76
Logger.e(e, "Failed to deserialize recent searches for removal")
77
77
mutableListOf()
78
78
} catch (e:Exception) {
79
-
Logger.e(e, "Unexpected error while removing recent search")
79
+
Logger.e(e, "Unexpected error while deleting recent search")
0 commit comments