mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
chore: single line block comments (#30852)
This commit is contained in:
parent
80a90fabf3
commit
03da1ba108
34 changed files with 102 additions and 294 deletions
|
|
@ -29,9 +29,7 @@ describe('/users', () => {
|
|||
});
|
||||
|
||||
describe('PUT /users/me', () => {
|
||||
/**
|
||||
@deprecated
|
||||
*/
|
||||
/** @deprecated */
|
||||
it('should allow a user to change their password (deprecated)', async () => {
|
||||
const user = await getMyUser({ headers: asBearerAuth(nonAdmin.accessToken) });
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue