Skip to content

Commit

Permalink
refactor: fix module augmentation code
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Aug 23, 2023
1 parent ee56e1d commit 52450a5
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
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@adonisjs/assembler": "^6.1.3-18",
"@adonisjs/core": "^6.1.5-22",
"@adonisjs/core": "^6.1.5-24",
"@adonisjs/eslint-config": "^1.1.8",
"@adonisjs/prettier-config": "^1.1.8",
"@adonisjs/redis": "^8.0.0-10",
Expand Down
2 changes: 1 addition & 1 deletion src/session_middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import sessionDriversList from './drivers_collection.js'
/**
* HttpContext augmentations
*/
declare module '@adonisjs/core/http' {
declare module '@adonisjs/http-server' {
interface HttpContext {
session: Session
}
Expand Down

0 comments on commit 52450a5

Please sign in to comment.