Skip to content

Commit

Permalink
remove main actor
Browse files Browse the repository at this point in the history
  • Loading branch information
tib committed Feb 25, 2024
1 parent 125b304 commit a5cecf7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Starter/Sources/App/Application+build.swift
Expand Up @@ -2,7 +2,6 @@ import Foundation
import Hummingbird
import Logging

@MainActor
func buildApplication() async throws -> some HBApplicationProtocol {

let router = HBRouter(context: MyBaseRequestContext.self)
Expand Down
1 change: 0 additions & 1 deletion Starter/Tests/AppTests/App+build.swift
Expand Up @@ -2,7 +2,6 @@ import Foundation
import Hummingbird
@testable import App

@MainActor
func buildTestApplication() async throws -> some HBApplicationProtocol {

let router = HBRouter(context: MyBaseRequestContext.self)
Expand Down

0 comments on commit a5cecf7

Please sign in to comment.