Skip to content

Commit

Permalink
fixed name of message table
Browse files Browse the repository at this point in the history
  • Loading branch information
GhomKrosmonaute committed Oct 3, 2023
1 parent c9b72d1 commit 8acc52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tables/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export interface Message {
}

export default new app.Table<Message>({
name: "active",
name: "message",
description: "Save all messages with dates",
setup: (table) => {
table
Expand Down

0 comments on commit 8acc52f

Please sign in to comment.