Skip to content

Commit

Permalink
Remove semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
optionsome committed Jun 9, 2023
1 parent 2e09d2f commit 44918cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kubernetes.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const getDeployments = () => {
}
resolve({ ...deployment, version: oldestPodEpoch })
}).catch(err => {
reject(err);
reject(err)
})
}
}))
Expand Down

0 comments on commit 44918cd

Please sign in to comment.