Skip to content

Commit

Permalink
Make IngestCommand.run non-throwing
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Dec 19, 2024
1 parent 0079140 commit 475ce9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/App/Commands/Ingest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ struct IngestCommand: AsyncCommand {

var help: String { "Run package ingestion (fetching repository metadata)" }

func run(using context: CommandContext, signature: SPICommand.Signature) async throws {
func run(using context: CommandContext, signature: SPICommand.Signature) async {
let client = context.application.client
let db = context.application.db
Current.setLogger(Logger(component: "ingest"))
Expand Down

0 comments on commit 475ce9d

Please sign in to comment.