Skip to content

Commit 7055544

Browse files
wb-hx510875yndu13
wb-hx510875
authored andcommittedNov 11, 2020
chore: set getBackoffTime method return type
1 parent 91b7f6a commit 7055544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/resolver/client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ class ClientResolver extends BaseResolver {
317317
{ type: 'map', name: 'backoff' }
318318
]), genericType),
319319
new GrammerValue('param', '_retryTimes', int16),
320-
])
320+
], int16)
321321
)
322322
);
323323

0 commit comments

Comments
 (0)