Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Suppress waring "Function 'getFavicon' is never used"
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK committed Mar 18, 2024
1 parent 2b02e89 commit 70aeab8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class CipherClient(
* @param domain The website domain.
* @return URL to the favicon image.
*/
@Suppress("unused")
fun getFavicon(
apiUrl: String = Server.PRODUCTION,
domain: String
Expand Down

0 comments on commit 70aeab8

Please # to comment.