Skip to content

Commit e48c20f

Browse files
committed
docs: reflect changes
1 parent 60eeb50 commit e48c20f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/api-reference/class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ If the `PiscinaLoadBalancer` returns `null`, `Piscina` will attempt to spawn a n
223223
224224
```ts
225225
interface PiscinaTask {
226-
taskId: number; // Unique identifier for the task
226+
taskId: string; // Unique identifier for the task
227227
filename: string; // Filename of the worker module
228228
name: string; // Name of the worker function
229229
created: number; // Timestamp when the task was created

0 commit comments

Comments
 (0)