Skip to content

Commit

Permalink
Fix client facing
Browse files Browse the repository at this point in the history
  • Loading branch information
maitham committed Dec 5, 2022
1 parent 9458d16 commit bafff60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/models/user_models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export interface ClientFacingUser {
team_id: string;
client_user_id: string;
created_on: string;
connecte_sources: Array<ConnectedSourceClientFacing>;
connected_sources: Array<ConnectedSourceClientFacing>;
user_id: string;
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tryvital/vital-node",
"version": "2.1.1",
"version": "2.1.2",
"description": "Node client for Vital",
"author": "maitham",
"keywords": [
Expand Down

0 comments on commit bafff60

Please sign in to comment.