Browse Source

fix: typo correction

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/5222/head
Pranav C 2 years ago
parent
commit
95266b7f52
  1. 2
      packages/nocodb/src/lib/meta/api/sync/helpers/job.ts

2
packages/nocodb/src/lib/meta/api/sync/helpers/job.ts

@ -2080,7 +2080,7 @@ export default async (
const _perfStart = recordPerfStart();
await api.dbTableSort.create(viewId, {
fk_column_id: columnId,
direction: s.sortSet[i].ascending ? 'asc' : 'dsc',
direction: s.sortSet[i].ascending ? 'asc' : 'desc',
});
recordPerfStats(_perfStart, 'dbTableSort.create');
}

Loading…
Cancel
Save