Added Events
This commit is contained in:
@@ -12,9 +12,9 @@ export class EventsService {
|
||||
|
||||
){}
|
||||
|
||||
async getEvents(): Promise<MyEvent[]> {
|
||||
async getEvents(): Promise<EventEntity[]> {
|
||||
|
||||
return (await this.eventRepository.find()) as MyEvent[];
|
||||
return (await this.eventRepository.find());
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user