Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joehan committed Nov 22, 2024
1 parent e1db8ec commit d383df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emulator/initEmulators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const AdditionalInitFns: AdditionalInitFnsType = {
message:
"Do you want to persist Postgres data from the Data Connect emulator between runs? " +
`Data will be saved to ${defaultDataDir}. ` +

Check warning on line 63 in src/emulator/initEmulators.ts

View workflow job for this annotation

GitHub Actions / lint (20)

Invalid type "any" of template literal expression
`You can change this directory by editting 'firebase.json#emulators.dataconnect.dataDir'.`,
`You can change this directory by editing 'firebase.json#emulators.dataconnect.dataDir'.`,
})
) {
additionalConfig["dataDir"] = defaultDataDir;

Check warning on line 67 in src/emulator/initEmulators.ts

View workflow job for this annotation

GitHub Actions / lint (20)

Unsafe assignment of an `any` value
Expand Down

0 comments on commit d383df0

Please sign in to comment.