Fixes after merge with master

This commit is contained in:
Giuseppe Digilio
2019-02-19 17:46:34 +01:00
parent 880d9ed069
commit f6fe2c3c3e
34 changed files with 164 additions and 238 deletions

View File

@@ -27,4 +27,4 @@ export interface AutoSyncConfig {
* The max number of requests in the buffer before a sync to the server
*/
maxBufferSize: number;
};
}