Skip to content

Commit

Permalink
Fix some build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ae2079 committed Aug 7, 2024
1 parent 995d9ae commit 9f4e05c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/resolvers/projectResolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ import { findCampaignBySlug } from '../repositories/campaignRepository';
import { Campaign } from '../entities/campaign';
import { FeaturedUpdate } from '../entities/featuredUpdate';
import { PROJECT_UPDATE_CONTENT_MAX_LENGTH } from '../constants/validators';
import { calculateGivbackFactor } from '../services/givbackService';
import { ProjectBySlugResponse } from './types/projectResolver';
import { ChainType } from '../types/network';
import { findActiveQfRound } from '../repositories/qfRoundRepository';
Expand Down
1 change: 1 addition & 0 deletions src/utils/errorMessages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ export const translationErrorMessagesKeys = {
ONRAMPER_SIGNATURE_INVALID: 'ONRAMPER_SIGNATURE_INVALID',
ONRAMPER_SIGNATURE_MISSING: 'ONRAMPER_SIGNATURE_MISSING',
UPLOAD_FAILED: 'UPLOAD_FAILED',
CHANGE_API_INVALID_TITLE_OR_EIN: 'CHANGE_API_INVALID_TITLE_OR_EIN',
INVALID_SOCIAL_NETWORK: 'INVALID_SOCIAL_NETWORK',
RECIPIENT_ADDRESSES_CANT_BE_EMPTY: 'RECIPIENT_ADDRESSES_CANT_BE_EMPTY',
NOT_IMPLEMENTED: 'NOT_IMPLEMENTED',
Expand Down

0 comments on commit 9f4e05c

Please sign in to comment.