Skip to content

Commit

Permalink
chore: fix import for types
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggling committed Nov 6, 2023
1 parent 680ccf4 commit 3c2a17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/packages/core/src/user/queries/user-info-query.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { IHttpClient } from '@equinor/fusion-framework-module-http';
import { PersonDetails } from 'portal-types';
import { PersonDetails } from '@portal/types';

export async function getUserInfo(client: IHttpClient, azureUserId?: string): Promise<PersonDetails> {
const res = await client.fetch(`/persons/${azureUserId}?api-version=3.0`);
Expand Down

0 comments on commit 3c2a17d

Please sign in to comment.