Skip to content

Commit

Permalink
chore(b-altoke-local-database): update template (#426)
Browse files Browse the repository at this point in the history
Co-authored-by: Altoke Bot <[email protected]>
  • Loading branch information
github-actions[bot] and Altoke Bot authored Nov 25, 2024
1 parent ec52b51 commit 7d42832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class LocalTasksHiveDao implements LocalTasksDao {
LocalTasksHiveDao();

/// Name for the tasks tasksBox.
static const tasksBoxName = '.tasks-hive-box.';
static const tasksBoxName = '.tasks.';

/// Box for the tasks.
@visibleForTesting
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class LocalTasksSembastDao implements LocalTasksDao {

/// Name for the tasks store.
@visibleForTesting
static const tasksStoreName = '<tasks-sembast-storage>';
static const tasksStoreName = '<tasks>';

/// Reference for the tasks store.
@visibleForTesting
Expand Down

0 comments on commit 7d42832

Please sign in to comment.