We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c7831 commit b0ac76bCopy full SHA for b0ac76b
packages/cle-cli/src/commands/publish.ts
@@ -23,7 +23,7 @@ export async function publish(options: PublishOptions) {
23
logger.warn('[-] BOUNTY REWARD IS NOT A VALID NUMBER.')
24
logDivider()
25
}
26
- const newBountyRewardPerTrigger = Number(bountyRewardPerTrigger) || 0.05
+ const newBountyRewardPerTrigger = Number(bountyRewardPerTrigger)
27
28
const cleYaml = loadYamlFromPath(yamlPath)
29
if (!cleYaml) {
0 commit comments