Skip to content

Commit

Permalink
fix(@dpc-sdp/nuxt-ripple-cli): 🐛 fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dylankelly committed Apr 16, 2024
1 parent b15dfd0 commit c7c696d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt-ripple-cli/src/commands/geodata/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function rplGeoDataCommand() {
break
case 'budget':
console.log('fetching budget data...')
getBudgetData(savePath, options.where)
getBudgetData(savePath)
break
}
})
Expand Down

0 comments on commit c7c696d

Please sign in to comment.