From 027ea73d08a9d81deb9ee46a571bdffe9380f864 Mon Sep 17 00:00:00 2001 From: Trivernis Date: Thu, 9 Jan 2020 17:48:15 +0100 Subject: [PATCH] Fix Style Issue --- src/routes/UploadRoute.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/UploadRoute.ts b/src/routes/UploadRoute.ts index d65f947..2483de5 100644 --- a/src/routes/UploadRoute.ts +++ b/src/routes/UploadRoute.ts @@ -12,7 +12,7 @@ import Route from "../lib/Route"; const dataDirName = "data"; -interface UploadConfirmation { +interface IUploadConfirmation { /** * Indicates the error that might have occured during the upload */