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

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hayato24s committed Mar 6, 2024
1 parent 22fdd60 commit 96e314f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/announcement/repository/already_read.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func fromDBAlreadyRead(dbAlreadyRead *model.AlreadyRead) (*announcementdomain.Al
return
}

ar.AnnouncementID, err = idtype.ParseAnnouncementID(dbAlreadyRead.ReadUser)
ar.AnnouncementID, err = idtype.ParseAnnouncementID(dbAlreadyRead.InformationID)
if err != nil {
return
}
Expand Down

0 comments on commit 96e314f

Please sign in to comment.