Skip to content

Commit

Permalink
add adminJs renaming to branch, fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosQ96 committed Apr 20, 2023
1 parent 65275d6 commit 01e9a8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/server/adminJs/tabs/donationTab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ import {
getCsvAirdropTransactions,
getGnosisSafeTransactions,
} from '../../../services/transactionService';
import { i18n, translationErrorMessagesKeys } from '../../../utils/errorMessages';
import {
i18n,
translationErrorMessagesKeys,
} from '../../../utils/errorMessages';
import { Project } from '../../../entities/project';
import { calculateGivbackFactor } from '../../../services/givbackService';
import { findUserByWalletAddress } from '../../../repositories/userRepository';
Expand Down

0 comments on commit 01e9a8e

Please sign in to comment.