Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
‘xcsnx’ committed Aug 9, 2024
1 parent 6d3efda commit 0c3760a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ public SelectorDO findByNameAndPluginName(final String name, final String plugin
@Override
public SelectorDO findByNameAndPluginNameForUpdate(final String name, final String pluginName, final String namespaceId) {
PluginDO pluginDO = pluginMapper.selectByNameForUpdate(pluginName);
// todo:[To be refactored with namespace] Temporarily hardcode
// todo:[To be refactored with namespace] Temporarily hardcode
return selectorMapper.findByNameAndPluginIdAndNamespaceId(name, pluginDO.getId(), namespaceId);
}

Expand Down

0 comments on commit 0c3760a

Please sign in to comment.