chore: cache heartbeats request when they fail or users are offline

This commit is contained in:
Sebastian Velez
2023-01-30 11:39:43 -05:00
parent a4baf7cf86
commit 3d3120ed40
3 changed files with 58 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ module.exports = {
},
plugins: ['react', '@typescript-eslint', 'typescript-sort-keys', 'sort-keys-fix'],
rules: {
'no-await-in-loop': 'off',
'prettier/prettier': 'error',
'sort-keys-fix/sort-keys-fix': 'error',
'testing-library/no-debug': 'off',