diff options
author | Jeff Huth <jeff.huth@bytecode.io> | 2019-11-13 17:03:56 -0800 |
---|---|---|
committer | Jeff Huth <jeff.huth@bytecode.io> | 2019-11-13 17:03:56 -0800 |
commit | 89643ba6fa98db82efd3246805ef801a8bfb5c81 (patch) | |
tree | 739027b4e827def2db81631c9d6ed58ec2b97809 /state.json.example | |
parent | 5f8005471d3affaaf23489df93a58ca64c3da3ca (diff) | |
download | tap-google-sheets-89643ba6fa98db82efd3246805ef801a8bfb5c81.tar.gz tap-google-sheets-89643ba6fa98db82efd3246805ef801a8bfb5c81.tar.zst tap-google-sheets-89643ba6fa98db82efd3246805ef801a8bfb5c81.zip |
Initial commit
Discovery mode works. Still working on normal sync.
Diffstat (limited to 'state.json.example')
-rw-r--r-- | state.json.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/state.json.example b/state.json.example new file mode 100644 index 0000000..c33cc8f --- /dev/null +++ b/state.json.example | |||
@@ -0,0 +1,6 @@ | |||
1 | { | ||
2 | "currently_syncing": "spreadsheets", | ||
3 | "bookmarks": { | ||
4 | "file": "2019-09-27T22:34:39.000000Z" | ||
5 | } | ||
6 | } | ||