mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-04 09:05:49 -05:00
refactor: stop sharing api/client specific config (#51423)
This commit is contained in:
committed by
GitHub
parent
2428910ad1
commit
cb9d6a6243
@@ -1,7 +1,7 @@
|
||||
import { type FastifyPluginCallbackTypebox } from '@fastify/type-provider-typebox';
|
||||
import jwt from 'jsonwebtoken';
|
||||
import { uniqBy } from 'lodash';
|
||||
import { jwtSecret } from '../../../config/secrets';
|
||||
import { jwtSecret } from '../../../api-server/config/secrets';
|
||||
import { getChallenges } from '../utils/get-challenges';
|
||||
import { updateUserChallengeData } from '../utils/common-challenge-functions';
|
||||
import { formatValidationError } from '../utils/error-formatting';
|
||||
|
||||
Reference in New Issue
Block a user