Skip to content

Commit

Permalink
fix: startup heck of file
Browse files Browse the repository at this point in the history
  • Loading branch information
domiSchenk committed Aug 18, 2021
1 parent 8a9d72e commit 0d7d6c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/app/core/services/store/store.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ export class StoreService {
// private store: Store;

private fileName = 'store.json'
private data: Settings = {};
private data: Settings = {
repositories: []
};

constructor(
private logger: LoggerService
Expand Down

0 comments on commit 0d7d6c1

Please sign in to comment.