Skip to content

Commit

Permalink
prettier handlers.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Nov 17, 2023
1 parent c2f406c commit 4b831cd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ui/app/peers/create/[peerType]/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ import {
} from '@/app/dto/PeersDTO';
import { S3Config } from '@/grpc_generated/peers';
import { Dispatch, SetStateAction } from 'react';
import { bqSchema, peerNameSchema, pgSchema, s3Schema, sfSchema } from './schema';
import {
bqSchema,
peerNameSchema,
pgSchema,
s3Schema,
sfSchema,
} from './schema';

const validateFields = (
type: string,
Expand Down

0 comments on commit 4b831cd

Please sign in to comment.