diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2021-04-18 20:29:44 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@valuemotive.com> | 2021-04-18 20:29:44 +0300 |
| commit | 7266137b9f00554f82f31c500c832446a2752fbd (patch) | |
| tree | 30d8d907b43e476a4fb7db6fc03a02e6c8508a4b /src/sheets.ts | |
| parent | cf2e3c99ded0f48bd565858aedc7f10a0d932a61 (diff) | |
Add workflow
Diffstat (limited to 'src/sheets.ts')
| -rw-r--r-- | src/sheets.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sheets.ts b/src/sheets.ts new file mode 100644 index 0000000..a03e349 --- /dev/null +++ b/src/sheets.ts @@ -0,0 +1,3 @@ +export const broadcast = async (): Promise<void> => { + // TODO +}; |
