mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-03-21 17:54:13 -05:00
Fix jsdoc
This commit is contained in:
parent
16cf16e157
commit
10b3b72fc2
|
|
@ -45,7 +45,7 @@ export default class S3Syncer
|
|||
});
|
||||
}
|
||||
|
||||
/** @returns {S3SyncClient} */
|
||||
/** @member {S3SyncClient} */
|
||||
get syncClient() {
|
||||
return this._syncClient ??= new S3SyncClient({ client: this.s3Client });
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user