feat: dojo decorations #1079
@ -30,7 +30,7 @@ export const placeDecoInComponentController: RequestHandler = async (req, res) =
|
||||
}
|
||||
|
||||
await guild.save();
|
||||
res.json(getDojoClient(guild, 0));
|
||||
res.json(getDojoClient(guild, 0, component._id));
|
||||
};
|
||||
|
||||
interface IPlaceDecoInComponentRequest {
|
||||
|
Loading…
x
Reference in New Issue
Block a user