//
koffee-backend
/
eu.yeger.koffee.service
/
DefaultProfileImageService
/
getProfileImageTimestampByUserId
getProfileImageTimestampByUserId
Returns the timestamp of a
User
's
ProfileImage
. Must validate that the
ProfileImage
exists.
Return
The
Result
of the operation.
Parameters
userId
The id of the
User
.
open suspend override fun
getProfileImageTimestampByUserId
(userId:
String
):
Result
<
Long
>
Content copied to clipboard