Skip to content

Commit

Permalink
fix: remove unused args
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
  • Loading branch information
leninmehedy committed Jan 15, 2024
1 parent 66a4817 commit cade2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fullstack-network-manager/src/core/kubectl2.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ export class Kubectl2 {
* @param destPath path inside the container
* @return {Promise<{}>}
*/
async listDir (podName, containerName, destPath, timoutMs = 5000, delayMs = 100) {
async listDir (podName, containerName, destPath) {
try {
// verify that file is copied correctly
const self = this
Expand Down

0 comments on commit cade2bc

Please sign in to comment.