Skip to content

Commit d4a98aa

Browse files
fix: Typo in GetServiceOrder and missing activity in Index (#7)
Co-authored-by: Colin Doak <cdoak@latitudegeo.com>
1 parent 863008e commit d4a98aa

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/activities/GetServiceOrder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export class GetServiceOrder implements IActivityHandler {
9090

9191
const response = await get(
9292
inputs.service,
93-
"workmanagement/serviceorders",
93+
"workmanagement/serviceorder",
9494
{
9595
id: inputs.id,
9696
}

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Activities will be re-exported from this file.
22
export * from "./activities/AuthenticateApp";
33
export * from "./activities/AuthenticateUser";
4+
export * from "./activities/CreateServiceOrder";
45
export * from "./activities/FindUsers";
56
export * from "./activities/GetCompany";
67
export * from "./activities/GetDepartments";

0 commit comments

Comments
 (0)