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
|
|
@ -6,13 +6,9 @@ import { handleError } from '$lib/utils/handle-error';
|
|||
* and allowing operations to check if they're still valid.
|
||||
*/
|
||||
export class InvocationTracker {
|
||||
/**
|
||||
Counter for the number of invocations that have been started
|
||||
*/
|
||||
/** Counter for the number of invocations that have been started */
|
||||
invocationsStarted = 0;
|
||||
/**
|
||||
Counter for the number of invocations that have been completed
|
||||
*/
|
||||
/** Counter for the number of invocations that have been completed */
|
||||
invocationsEnded = 0;
|
||||
|
||||
constructor() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue