Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LinaYahya committed Oct 16, 2023
1 parent 984cc04 commit 9b5a420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/constants/triggers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export enum Triggers {
ITEM_VIEW = 'item-view',
LINK_OPEN = 'link-open',
ITEM_DOWNLOAD = 'item-download',
};
}
3 changes: 1 addition & 2 deletions src/services/item-published/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { ActionRecord } from '@/frontend';
import { Item, Member } from '../index';
import { UUID } from '@/types';

Expand All @@ -8,4 +7,4 @@ export interface ItemPublished {
createdAt: Date;
item: Item;
totalViews: number;
};
}

0 comments on commit 9b5a420

Please sign in to comment.