Skip to content

Commit

Permalink
Merge pull request #513 from commons-stack/v0_10_0
Browse files Browse the repository at this point in the history
v0.10.0 Lint fixes
  • Loading branch information
kristoferlund authored Jul 1, 2022
2 parents e976206 + d83e46b commit f84ee31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions packages/api/src/period/controllers/assignment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,7 @@ export const replaceQuantifier = async (

await logEvent(
EventLogTypeKey.PERIOD,
`Reassigned all praise in period "${
period.name
}" that is currently assigned to user with id "${
currentQuantifierId as string
}", to user with id "${newQuantifierId as string}"`,
`Reassigned all praise in period "${period.name}" that is currently assigned to user with id "${currentQuantifierId}", to user with id "${newQuantifierId}"`,
{
userId: res.locals.currentUser._id,
}
Expand Down
2 changes: 1 addition & 1 deletion packages/discord-bot/src/utils/dmTargets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { PeriodModel } from 'api/dist/period/entities';
import { UserModel } from 'api/dist/user/entities';
import { UserRole, UserDocument } from 'api/dist/user/types';
import { UserAccountModel } from 'api/dist/useraccount/entities';
import { getPreviousPeriodEndDate } from 'api/dist/period/utils';
import { getPreviousPeriodEndDate } from 'api/dist/period/utils/core';
import {
PeriodDocument,
PeriodDetailsQuantifierDto,
Expand Down

0 comments on commit f84ee31

Please sign in to comment.