@ag04/kanban-api
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -30,3 +30,3 @@ 'use strict'; | ||
id: id, | ||
reporter: input.reporter || user.data.id, | ||
reporter: input.reporter || user.id, | ||
assignee: input.assignee || null | ||
@@ -33,0 +33,0 @@ }, input); |
{ | ||
"name": "@ag04/kanban-api", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Kanban API", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -37,3 +37,3 @@ // @flow | ||
id, | ||
reporter: input.reporter || user.data.id, | ||
reporter: input.reporter || user.id, | ||
assignee: input.assignee || null, | ||
@@ -40,0 +40,0 @@ ...input, |
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
37594