Trim the fat

This commit is contained in:
garronej 2021-08-01 02:43:03 +02:00
parent d20579dd26
commit 971e028503
12 changed files with 225 additions and 2858 deletions

View file

@ -1,3 +1,3 @@
export function myFunction() {
return Promise.resolve(["a", "b", "c"]);
return ["a", "b", "c"];
}