-
Notifications
You must be signed in to change notification settings - Fork 0
MIM-462: Add route for getting work orders from xpand #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MIM-462: Add route for getting work orders from xpand #19
Conversation
| import { XpandWorkOrder } from '../../schemas' | ||
| import { XpandDbWorkOrder } from '.' | ||
|
|
||
| export function trimStrings<T>(data: T): T { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copied from property-base, maybe we should move it to onecore-utilities?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah why not 👍
2a9e805 to
eaf2d47
Compare
| import { XpandWorkOrder } from '../../schemas' | ||
| import { XpandDbWorkOrder } from '.' | ||
|
|
||
| export function trimStrings<T>(data: T): T { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah why not 👍
src/services/work-order-service/adapters/xpand-adapter/utils.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Andreas Lundqvist <31646645+momentiris@users.noreply.github.com>
No description provided.