Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Commit

Permalink
...
Browse files Browse the repository at this point in the history
acteur/franchises/personnages
Fixes #5
  • Loading branch information
AdrienN7 committed May 30, 2022
1 parent 52e6c7d commit 2d7d807
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@
import javax.transaction.Transactional;
import javax.ws.rs.Consumes;
import javax.ws.rs.GET;
import javax.ws.rs.PATCH;
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;

import com.mysql.cj.x.protobuf.MysqlxCrud.Collection;

import moe.yuru.myserieslist.entities.Chara;
import moe.yuru.myserieslist.entities.Media;
Expand Down
2 changes: 1 addition & 1 deletion frontend/components/media/MediaCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ function AddActor({
});
const data = await resp.json();
console.log(data);
setchar(data.chara)
setchar(data.chara);

},
[media.id]
Expand Down

0 comments on commit 2d7d807

Please sign in to comment.