Skip to content

Commit

Permalink
chore: Export utility class for parsing fields (#17696)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgambocjaviniar authored Jul 28, 2023
1 parent b1fa0ac commit b428f3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/core/src/occ/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export * from './interceptor-util';
export * from './occ-constants';
export * from './occ-url-util';
export * from './occ-http-token';
export * from './occ-fields';

export const OCC_USER_ID_CONSTANTS = new InjectionToken<{
[identifier: string]: string;
Expand Down

0 comments on commit b428f3c

Please sign in to comment.