@expandorg/app-utils
Advanced tools
Comparing version 0.0.38 to 0.0.39
{ | ||
"name": "@expandorg/app-utils", | ||
"version": "0.0.38", | ||
"version": "0.0.39", | ||
"description": "App utils", | ||
@@ -21,3 +21,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "cc087324af490828f2bc39a93579e700f1635803" | ||
"gitHead": "b99b77442c7ff9abd1e042701248bfb2463b30c9" | ||
} |
// @flow | ||
import { schema } from 'normalizr'; | ||
export const assignmentSchema = new schema.Entity( | ||
'assignments', | ||
{}, | ||
{ idAttribute: 'jobId' } | ||
); | ||
export const assignmentSchema = new schema.Entity('assignments'); | ||
@@ -10,0 +6,0 @@ export const taskSchema = new schema.Entity('tasks'); |
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
7
17180
613