Skip to content

Commit b256b17

Browse files
authored
fix typo in datastore provider name (#143)
1 parent 8a0f25d commit b256b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/datastore.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import { makeCloudFunction, CloudFunction, Event } from '../cloud-functions';
2424

2525
/** @internal */
26-
export const provider = (new Buffer('Y2xvdWQuZmlyc3RvcmU=', 'base64')).toString();
26+
export const provider = (new Buffer('Y2xvdWQuZmlyZXN0b3Jl', 'base64')).toString();
2727

2828
/** @internal */
2929
export const defaultDatabase = '(default)';

0 commit comments

Comments
 (0)