mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-08-20 15:44:15 -05:00
Fix jsdoc
This commit is contained in:
@@ -45,7 +45,7 @@ export default class S3Syncer
|
||||
});
|
||||
}
|
||||
|
||||
/** @returns {S3SyncClient} */
|
||||
/** @member {S3SyncClient} */
|
||||
get syncClient() {
|
||||
return this._syncClient ??= new S3SyncClient({ client: this.s3Client });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user