Removing unused interface from runner service
This commit is contained in:
parent
d63028f075
commit
8c227029dc
1 changed files with 0 additions and 5 deletions
|
|
@ -10,11 +10,6 @@ import puppeteer, {
|
|||
LaunchOptions,
|
||||
} from 'puppeteer'
|
||||
|
||||
interface RunnerSession {
|
||||
username: string
|
||||
loggedInAt: Date
|
||||
}
|
||||
|
||||
@Injectable()
|
||||
export class RunnerService implements OnModuleInit, BeforeApplicationShutdown {
|
||||
private browser?: Browser
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue