Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Commit

Permalink
refactor: change class name
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzknob committed Apr 26, 2020
1 parent 77f4bc8 commit 8ec9d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/Model.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ db.version(1).stores({
actions: '++id,action,payload',
})

export default class Dexie {
export default class Model {
tableName

table
Expand Down

0 comments on commit 8ec9d9c

Please sign in to comment.