Skip to content

Commit

Permalink
fix: contract stub
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Dec 26, 2019
1 parent e0d902d commit 2908043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/contracts/hash.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ declare module '@ioc:Adonis/Core/Hash' {
import { HashDrivers } from '@ioc:Adonis/Core/Hash'

interface HashersList {
bcrypt: HashDrivers.bcrypt,
argon: HashDrivers.argon,
bcrypt: HashDrivers['bcrypt'],
argon: HashDrivers['argon'],
}
}

0 comments on commit 2908043

Please sign in to comment.