Compare commits
3 commits
93818a519c
...
a541a75b8f
Author | SHA1 | Date | |
---|---|---|---|
a541a75b8f | |||
7203b8f6b2 | |||
9988222528 |
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import { User } from "./types";
|
||||
|
||||
const text = "This is the new text";
|
||||
const text = "This is the new text ";
|
||||
|
||||
function getFromDb(): User[] {
|
||||
return [{
|
||||
|
@ -10,5 +10,6 @@ function getFromDb(): User[] {
|
|||
}
|
||||
function sendError(error: string): void {
|
||||
throw new Error(error);
|
||||
// This is the new master
|
||||
}
|
||||
console.log(text);
|
Reference in a new issue