Skip to content

Commit

Permalink
Consistent @MainActor positioning
Browse files Browse the repository at this point in the history
Co-authored-by: Jaclyn Chen <[email protected]>
  • Loading branch information
joshheald and jaclync authored Feb 7, 2025
1 parent 60a6b6e commit 2c19458
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ protocol PointOfSaleItemsControllerProtocol {
await loadFirstPage(base: base)
}

@MainActor func refreshItems(base: ItemListBaseItem) async {
@MainActor
func refreshItems(base: ItemListBaseItem) async {
await loadFirstPage(base: base)
}

Expand Down

0 comments on commit 2c19458

Please sign in to comment.