Skip to content

Commit

Permalink
chore: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Liendo committed Aug 17, 2024
1 parent 5a9a924 commit 2c8d130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dotenv.config();
import cors from '@fastify/cors';
import Fastify from 'fastify';

import redirect from './controllers/Link/redirect';
import database from './repository/database';
import routes from './routes';
import redirect from './controllers/Link/redirect';

// Instantiate Fastify with some config
const fastify = Fastify();
Expand Down

0 comments on commit 2c8d130

Please sign in to comment.