Skip to content

Commit

Permalink
fix: changed type of reality id in response header
Browse files Browse the repository at this point in the history
  • Loading branch information
osher-sade committed Nov 20, 2019
1 parent 47e0884 commit 9f46cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/headers/polaris-response-headers.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export interface PolarisResponseHeaders {
realityId?: number;
requestId?: string;
realityId?: string;
upn?: string;
}

0 comments on commit 9f46cc4

Please sign in to comment.