Skip to content

Commit 00bb221

Browse files
committed
fix typo
1 parent 23917f6 commit 00bb221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/application.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class Applications extends BaseResource {
5757
}
5858

5959
public async update(request: PatchApplicationRequest): Promise<UnitResponse<Application>> {
60-
return this.httpPatch<UnitResponse<Application>>(`/${request.applicationtId}`, {data: request.data})
60+
return this.httpPatch<UnitResponse<Application>>(`/${request.applicationId}`, {data: request.data})
6161
}
6262

6363
public async get(applicationId: string): Promise<UnitResponse<Application> & Include<ApplicationDocument[]>> {

0 commit comments

Comments
 (0)