Skip to content

Commit

Permalink
Rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Kabo committed Dec 14, 2023
1 parent 6986db4 commit fe957bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion server/oauth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type { Client, IssuerMetadata } from 'openid-client';
import { generators, Issuer } from 'openid-client';
import { z } from 'zod';
import { conf } from '@/server/config';
import { setIdentityLocalState } from '@/server/IdentityLocalState';
import { setIdentityLocalState } from '@/server/identityLocalState';
import type { OktaConfig } from '@/server/oktaConfig';
import { getConfig as getOktaConfig } from '@/server/oktaConfig';

Expand Down
1 change: 1 addition & 0 deletions server/routes/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import { augmentProductDetailWithDeliveryAddressChangeEffectiveDateForToday } fr
import { getArticleHandler, getTopicHandler } from '../helpCentreApi';
import { log } from '../log';
import { withIdentity } from '../middleware/identityMiddleware';
import { withOktaSeverSideValidation } from '../middleware/oktaServerSideAuthMiddleware';

Check failure on line 25 in server/routes/api.ts

View workflow job for this annotation

GitHub Actions / manage-frontend build

'withOktaSeverSideValidation' is declared but its value is never read.
import {
cancelReminderHandler,
createOneOffReminderHandler,
Expand Down

0 comments on commit fe957bd

Please sign in to comment.