Skip to content

Commit

Permalink
Attempting to fix formatting ... again
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesegrits committed Dec 11, 2024
1 parent 51af891 commit bd9ab57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/routes/ldap.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import {Type} from '@sinclair/typebox'
import {randomUUID} from 'node:crypto';
import { Type } from '@sinclair/typebox'
import { randomUUID } from 'node:crypto';
import Config from '../lib/config.js';
import Schema from '@openaddresses/batch-schema';
import Err from '@openaddresses/batch-error';
import Auth from '../lib/auth.js';
import {Channel} from '../lib/external.js';
import { Channel } from '../lib/external.js';
import TAKAPI, {
APIAuthPassword,
} from '../lib/tak-api.js';
Expand All @@ -16,7 +16,7 @@ export default async function router(schema: Schema, config: Config) {
description: 'List Channels by proxy',
query: Type.Object({
agency: Type.Optional(Type.Integer()),
filter: Type.String({default: ''})
filter: Type.String({ default: '' })
}),
res: Type.Object({
total: Type.Integer(),
Expand Down

0 comments on commit bd9ab57

Please sign in to comment.