Skip to content

Commit 404cbbf

Browse files
committed
Clear up a warning for now
1 parent 5f5c353 commit 404cbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Relay/Executor.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class Executor {
7070
// TODO optimistic responses from module imports
7171

7272
_ = process(response: response)
73-
let updatedOwners = publishQueue.run(sourceOperation: operation)
73+
_ = publishQueue.run(sourceOperation: operation)
7474
// TODO update operation tracker
7575

7676
return response

0 commit comments

Comments
 (0)