Skip to content

Commit 475ce9d

Browse files
committed
Make IngestCommand.run non-throwing
1 parent 0079140 commit 475ce9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/App/Commands/Ingest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ struct IngestCommand: AsyncCommand {
8181

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

84-
func run(using context: CommandContext, signature: SPICommand.Signature) async throws {
84+
func run(using context: CommandContext, signature: SPICommand.Signature) async {
8585
let client = context.application.client
8686
let db = context.application.db
8787
Current.setLogger(Logger(component: "ingest"))

0 commit comments

Comments
 (0)