@bscotch/blork-shared
Advanced tools
Comparing version 0.30.2 to 0.31.0
@@ -771,2 +771,4 @@ import { assert, assertNoConflict, assertValidRequest } from './errors.js'; | ||
assert(task, `TaskData ${taskId} not found`); | ||
if (task.deletedAt) | ||
return ''; | ||
let indentString = ' '.repeat(indent); | ||
@@ -773,0 +775,0 @@ const ownerNames = userAssignmentsToArray(task.assigned) |
{ | ||
"name": "@bscotch/blork-shared", | ||
"version": "0.30.2", | ||
"version": "0.31.0", | ||
"description": "Client and shared utilities for Blork projects.", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
533473
8483