Compare commits

..

3 commits

View file

@ -10,5 +10,6 @@ function getFromDb(): User[] {
}
function sendError(error: string): void {
throw new Error(error);
// This is the new master
}
console.log(text);