Browse Source

refactor(nocodb): remove unused function

pull/5601/head
Wing-Kam Wong 2 years ago
parent
commit
be613ee2a8
  1. 4
      packages/nocodb-nest/src/meta/meta.service.ts

4
packages/nocodb-nest/src/meta/meta.service.ts

@ -1042,10 +1042,6 @@ export class MetaService {
);
}
private isMssql() {
return this.connection.clientType() === 'mssql';
}
private now(): any {
if (this.isMySQL()) {
return dayjs().utc().format('YYYY-MM-DD HH:mm:ss');

Loading…
Cancel
Save