Skip to content

Commit

Permalink
add request.userid from feTS
Browse files Browse the repository at this point in the history
  • Loading branch information
jhk482001 committed Jan 17, 2025
1 parent df17ace commit 67f2c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'dotenv/config';
import { createServer } from 'node:http';
import { readFileSync } from 'node:fs';
import path from 'node:path';
import { createRouter, Response, Request } from 'fets';
import { createRouter, Response } from 'fets';
import { Type } from '@sinclair/typebox';

import { useAuditLog, useAuth } from './util';
Expand Down

0 comments on commit 67f2c27

Please sign in to comment.