Skip to content

Commit

Permalink
chore: remove double space
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideViolante authored Oct 10, 2024
1 parent c47e53d commit c528a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controllers/user.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { sign, Secret } from 'jsonwebtoken';
import { Request, Response } from 'express';

import User, { IUser } from '../models/user';
import User, { IUser } from '../models/user';
import BaseCtrl from './base';

const secret: Secret = process.env.SECRET_TOKEN as string;
Expand Down

0 comments on commit c528a50

Please sign in to comment.