Move thanks API into main commons codebase (#5463)

* Move thanks API into main commons codebase

* KDoc

* KDoc

---------

Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
This commit is contained in:
Paul Hawke 2024-01-21 22:57:01 -06:00 committed by GitHub
parent 2c086b3d79
commit ef47b7025e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 61 additions and 54 deletions

View file

@ -25,7 +25,7 @@ class ThanksClientTest {
@Mock
private lateinit var csrfTokenClient: CsrfTokenClient
@Mock
private lateinit var service: Service
private lateinit var service: ThanksInterface
@Mock
private lateinit var commonsApplication: CommonsApplication