refactor(): remove unused decorator

This commit is contained in:
unknown 2020-12-26 16:29:43 +03:00
parent 66309b9415
commit 1ecc43f2a9

View File

@ -1,4 +0,0 @@
import { SetMetadata } from '@nestjs/common';
export const Middleware = (): ClassDecorator =>
SetMetadata('TELEGRAF_MIDDLEWARE', true);