Skip to content

Commit

Permalink
Update api/api_sources/sources/database/models/blowBy.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Logan <62873746+LocalNewsTV@users.noreply.github.com>
  • Loading branch information
davidclaveau and LocalNewsTV authored Jan 23, 2024
1 parent 455d9c6 commit d806106
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/api_sources/sources/database/models/blowBy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

import { Column, Entity, PrimaryGeneratedColumn, JoinColumn, ManyToOne } from 'typeorm';
import { BlowBySchema, ObserverWorkflowSchema } from '../database-schema';
import {
} from '../database-schema';

import { ModelProperty, PropertyType, ModelDescription } from '../../libs/core-model';
import { ObserverWorkflow, Record } from '../models';
import { DateTimeTransformer } from '../../libs/transformer';
Expand Down

0 comments on commit d806106

Please sign in to comment.