Browse Source

add @author

Signed-off-by: Dean Lofts <dean@deanlofts.xyz>
pull/523/head
Dean Lofts 3 years ago
parent
commit
cccf3f9877
  1. 2
      packages/nocodb/src/plugins/smtp/index.ts

2
packages/nocodb/src/plugins/smtp/index.ts

@ -3,6 +3,8 @@ import {XcPluginConfig} from "nc-plugin";
import SMTPPlugin from "./SMTPPlugin";
// @author <dean@deanlofts.xyz>
const config: XcPluginConfig ={
builder: SMTPPlugin,
title: 'SMTP',

Loading…
Cancel
Save