Skip to content

Commit

Permalink
Remove unused credit response
Browse files Browse the repository at this point in the history
  • Loading branch information
magne committed Apr 6, 2023
1 parent f6366a1 commit 433c710
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import { SubscribeResponse } from "./responses/subscribe_response"
import { Offset, SubscribeRequest } from "./requests/subscribe_request"
import { Consumer, ConsumerFunc } from "./consumer"
import { DeliverResponse } from "./responses/deliver_response"
import { CreditResponse } from "./responses/credit_response"
import { CreditRequest, CreditRequestParams } from "./requests/credit_request"

export class Connection {
Expand Down

0 comments on commit 433c710

Please sign in to comment.