Skip to content

Commit

Permalink
Merge pull request #1209 from hayzamjs/patch-1
Browse files Browse the repository at this point in the history
docs: fix example in postgres README.md
  • Loading branch information
gaby authored Feb 14, 2024
2 parents 29ff723 + bc38f92 commit fa2dd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ store := postgres.New()

// Initialize custom config
store := postgres.New(postgres.Config{
Db: dbPool,
DB: dbPool,
Table: "fiber_storage",
Reset: false,
GCInterval: 10 * time.Second,
Expand Down

0 comments on commit fa2dd6c

Please sign in to comment.