Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit c25c819

Browse files
committed
update local hash
1 parent 05b793f commit c25c819

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/packages/prisma-cli-engine/src/StatusChecker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export function getFid() {
178178
return fidCache
179179
}
180180
const mac = getMac()
181-
const fidSecret = 'yeiB6sooy6eedahgooj0shiez'
181+
const fidSecret = 'AhTheeR7Pee0haebui1viemoe'
182182
const fid = mac
183183
? crypto
184184
.createHmac('sha256', fidSecret)

0 commit comments

Comments
 (0)