mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 17:49:58 +00:00
Fix unused parameters
This commit is contained in:
@@ -20,7 +20,7 @@ export class ResponseTransform extends Transform {
|
||||
|
||||
public _transform (
|
||||
chunk: Message
|
||||
, encoding: string
|
||||
, _encoding: string
|
||||
// tslint:disable-next-line:ban-types
|
||||
, callback: Function) {
|
||||
|
||||
@@ -53,7 +53,7 @@ export class DecodeTransform extends Transform {
|
||||
|
||||
public _transform (
|
||||
chunk: any
|
||||
, encoding: string
|
||||
, _encoding: string
|
||||
// tslint:disable-next-line:ban-types
|
||||
, callback: Function) {
|
||||
|
||||
@@ -113,7 +113,7 @@ export class EncodeTransform extends Transform {
|
||||
|
||||
public _transform (
|
||||
chunk: any
|
||||
, encoding: string
|
||||
, _encoding: string
|
||||
// tslint:disable-next-line:ban-types
|
||||
, callback: Function) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user