Skip to content

Commit 5e2bf6e

Browse files
committed
remove unneeded @params
1 parent 384d8c5 commit 5e2bf6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cloud/digitalocean/provisioner.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,6 @@ class Provisioner {
249249
/**
250250
* Waits for all in-progress Digital Ocean actions to complete
251251
* e.g. after powering on a machine, or creating a VM
252-
* @param {Function} resolve - call when done
253-
* @param {Function} reject - call on failure
254252
*/
255253
private waitDigitalOceanActions_ = () : Promise<void> => {
256254
console.log("Polling for Digital Ocean in-progress actions");

0 commit comments

Comments
 (0)