Fix refresh token mecanism.
This commit is contained in:
@@ -31,6 +31,7 @@ public class PictureEntity {
|
||||
public PictureEntity(Picture picture) {
|
||||
id = picture.id();
|
||||
publisherId = picture.publisherId();
|
||||
publishedAt = picture.publishedAt();
|
||||
}
|
||||
|
||||
public Picture toDomain() {
|
||||
|
||||
Reference in New Issue
Block a user