Fix jsdoc

This commit is contained in:
Matt Isenhower 2024-11-17 20:18:22 -08:00
parent 16cf16e157
commit 10b3b72fc2

View File

@ -45,7 +45,7 @@ export default class S3Syncer
});
}
/** @returns {S3SyncClient} */
/** @member {S3SyncClient} */
get syncClient() {
return this._syncClient ??= new S3SyncClient({ client: this.s3Client });
}