Skip to content

Commit

Permalink
Merge pull request #7706 from nocodb/chore/linting
Browse files Browse the repository at this point in the history
Linting
  • Loading branch information
pranavxc committed Feb 23, 2024
2 parents c0d2108 + fb57b55 commit a0b205c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nc-gui/composables/useMultiSelect/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import {
isDateMonthFormat,
isSystemColumn,
isVirtualCol,
timeFormats,
populateUniqueFileName,
timeFormats,
} from 'nocodb-sdk'
import { parse } from 'papaparse'
import type { Cell } from './cellRange'
Expand Down
2 changes: 1 addition & 1 deletion packages/nocodb/src/services/public-datas.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { Injectable } from '@nestjs/common';
import { nanoid } from 'nanoid';
import {
ErrorMessages,
populateUniqueFileName,
UITypes,
ViewTypes,
populateUniqueFileName,
} from 'nocodb-sdk';
import slash from 'slash';
import { nocoExecute } from 'nc-help';
Expand Down

0 comments on commit a0b205c

Please sign in to comment.