Skip to content

Commit

Permalink
Update handler to reference DB model per design
Browse files Browse the repository at this point in the history
  • Loading branch information
itanex committed Feb 22, 2024
1 parent 0bd570d commit cfcaf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/event-sub-handlers/channel-point-event.handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { EventSubChannelRedemptionAddEvent } from '@twurple/eventsub-base';
import { inject, injectable } from 'inversify';
import winston from 'winston';
import InjectionTypes from '../../dependency-management/types';
import ChannelPointRedeem from '../../database/models/channelPointRedeem.dbo';
import { ChannelPointRedeem } from '../../database';

@injectable()
export default class ChannelPointEventHandler {
Expand Down

0 comments on commit cfcaf70

Please sign in to comment.