Skip to content

Commit

Permalink
fix: 存为插件带插件类型
Browse files Browse the repository at this point in the history
  • Loading branch information
song-xiao-lin committed Oct 18, 2023
1 parent c74a0be commit d18e0fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ const SecondNodeHeader: React.FC<SecondNodeHeaderProps> = React.memo(
ipcRenderer.invoke("send-to-tab", {
type: YakitRoute.AddYakitScript,
data: {
moduleType: "nuclei",
moduleType: pluginType,
content: code
}
})
Expand Down

0 comments on commit d18e0fe

Please sign in to comment.