diff --git a/src/index.ts b/src/index.ts index 014a4f5..6fd3255 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,6 +8,7 @@ function getFromDb(): User[] { } function sendError(error: string): void { throw new Error(error); + // This is the new master }