Skip to content

Commit

Permalink
Missed the tiniest of tiny lints
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamS-Quartech committed Aug 29, 2023
1 parent b444fab commit 39f5d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/paths/critter-data/critters/post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { CritterbaseService, ICritterbaseUser } from '../../../services/critterb
import { getLogger } from '../../../utils/logger';

// TODO: Put this all into an existing endpoint
const defaultLog = getLogger('paths/critter-data/critters')
const defaultLog = getLogger('paths/critter-data/critters');
export const POST: Operation = [
authorizeRequestHandler((req) => {
return {
Expand Down

0 comments on commit 39f5d57

Please sign in to comment.