mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 07:01:04 +03:00
Apply prettier
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
import { Entity, Column, CreateDateColumn, UpdateDateColumn, PrimaryGeneratedColumn } from 'typeorm'
|
import { Entity, Column, CreateDateColumn, UpdateDateColumn, PrimaryGeneratedColumn } from 'typeorm'
|
||||||
import { IVariable } from "../../Interface";
|
import { IVariable } from '../../Interface'
|
||||||
|
|
||||||
@Entity()
|
@Entity()
|
||||||
export class Variable implements IVariable {
|
export class Variable implements IVariable {
|
||||||
@@ -16,7 +16,6 @@ export class Variable implements IVariable{
|
|||||||
@Column({ default: 'string', type: 'text' })
|
@Column({ default: 'string', type: 'text' })
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
|
||||||
@CreateDateColumn()
|
@CreateDateColumn()
|
||||||
createdDate: Date
|
createdDate: Date
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user