mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-13 17:52:38 +02:00
chore: ran linting
This commit is contained in:
parent
2f540ee065
commit
dbf575fbd0
23 changed files with 89 additions and 96 deletions
|
|
@ -16,11 +16,7 @@ export type NativeCalendarFixtures = {
|
|||
|
||||
export const nativeCalendarFixtures = searchSpaceFixtures.extend<NativeCalendarFixtures>({
|
||||
nativeCalendarConnector: async ({ request, apiToken, searchSpace }, use) => {
|
||||
const { connector } = await runNativeGoogleCalendarOAuth(
|
||||
request,
|
||||
apiToken,
|
||||
searchSpace.id
|
||||
);
|
||||
const { connector } = await runNativeGoogleCalendarOAuth(request, apiToken, searchSpace.id);
|
||||
if (!connector) {
|
||||
throw new Error(
|
||||
"nativeCalendarConnector fixture: OAuth completed but no GOOGLE_CALENDAR_CONNECTOR was created. " +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue