Skip to content
Snippets Groups Projects
Commit 04cb606d authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Remove needless empty line

parent 9d71035f
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@ import Signin from '../models/signin';
import serialize from '../serializers/signin';
import event from '../event';
export default async (req: express.Request, res: express.Response) => {
res.header('Access-Control-Allow-Credentials', 'true');
......
......@@ -6,7 +6,6 @@ import User from '../models/user';
import { validateUsername } from '../models/user';
import serialize from '../serializers/user';
recaptcha.init({
secret_key: config.recaptcha.secretKey
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment