Skip to content

Commit ef88af4

Browse files
Update src/subscriptions.jl
Co-authored-by: Mal Miller <59854849+mmiller-max@users.noreply.github.com>
1 parent c46c45d commit ef88af4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/subscriptions.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ function open_subscription(fn::Function,
132132
output_info(verbose) && println("Subscription $sub_id stopped by the stop function supplied")
133133
break
134134
end
135-
# Dropping typeassert as this may be string
136135
response = JSON3.read(data, GQLSubscriptionResponse{output_type})
137136
payload = response.payload
138137
if !isnothing(payload.errors) && !isempty(payload.errors) && throw_on_execution_error

0 commit comments

Comments
 (0)