Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kas-tle authored Apr 24, 2023
1 parent 1818ef0 commit 199bffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enjinscraper",
"version": "1.3.4",
"version": "1.4.0",
"description": "Scrapes an Enjin site via the Enjin API",
"repository": "https://github.com/Kas-tle/EnjinScraper.git",
"author": "Joshua Castle <packages@kastle.dev",
Expand Down
2 changes: 1 addition & 1 deletion src/util/tables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export const tableSchemas: TableSchema[] = [
{
name: 'posts',
schema: [
'thread_id TEXT'
'thread_id TEXT',
'post_id TEXT PRIMARY KEY',
'post_time TEXT',
'post_content TEXT',
Expand Down

0 comments on commit 199bffb

Please sign in to comment.