Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
‘xcsnx’ committed Jul 4, 2024
1 parent ec01d1f commit bb281fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public PluginData mapDataTOVO(final PluginVO pluginVO) {
public PluginData mapToData(final PluginNamespaceVO pluginNamespaceVO) {
return Optional.ofNullable(pluginNamespaceVO)
.map(v -> PluginData.builder()
.id(v.getId())
.id(v.getPluginId())
.name(v.getName())
.config(v.getConfig())
.role(v.getRole())
Expand Down

0 comments on commit bb281fd

Please sign in to comment.