Skip to content

Commit 80c3e8a

Browse files
committed
chore: update repository URL to point to new GitHub location
1 parent 610177d commit 80c3e8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"homepage": "https://github.com/adonisjs/lucid#readme",
137137
"repository": {
138138
"type": "git",
139-
"url": "git+https://github.com/adonisjs/lucid.git"
139+
"url": "git+https://github.com/p3drosola/lucid.git"
140140
},
141141
"bugs": {
142142
"url": "https://github.com/adonisjs/lucid/issues"

src/types/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export type ColumnOptions = {
222222
/**
223223
* Invoked when row is fetched from the database
224224
*/
225-
consume?: (value: any, attribute: string, model: LucidRow, adapterResult: Record<string, any>) => any
225+
consume?: (value: any, attribute: string, model: LucidRow, adapterResult: ModelObject) => any
226226
}
227227

228228
/**

0 commit comments

Comments
 (0)