Commit f50fecde authored by nanahira's avatar nanahira

fix

parent 1aa94c40
Pipeline #3086 passed with stages
in 1 minute and 9 seconds
import { Injectable } from '@nestjs/common';
import { AppLogger } from './app.logger';
import { Connection, Repository } from 'typeorm';
import { Connection } from 'typeorm';
import { InjectConnection } from '@nestjs/typeorm';
@Injectable()
export class AppService {
constructor(
@InjectConnection('waitress')
@InjectConnection('app')
private db: Connection,
private log: AppLogger,
) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment