Skip to content

Commit

Permalink
feat: Update FQN of KudosService - MEED-6794 - Meeds-io/MIPs#132
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored and exo-swf committed Jun 18, 2024
1 parent d578a8e commit a8a539d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class KudosRewardPlugin extends RewardPlugin {

private static final Log LOG = ExoLogger.getLogger(KudosRewardPlugin.class);

private static final String KUDOS_SERVICE_FQN = "org.exoplatform.kudos.service.KudosService";
private static final String KUDOS_SERVICE_FQN = "io.meeds.kudos.service.KudosService";

private static final String COUNT_USERS_KUDOS_METHOD_NAME = "countKudosByPeriodAndReceivers";

Expand Down

0 comments on commit a8a539d

Please sign in to comment.