docs: fix getStoragePath return type (#35288)

Fixes #35255
This commit is contained in:
Samuel Attard 2022-08-09 22:39:36 -07:00 committed by GitHub
parent 8646bf8d30
commit 1d95b98cc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1049,7 +1049,7 @@ is emitted.
#### `ses.getStoragePath()`
A `string | null` indicating the absolute file system path where data for this
Returns `string | null` - The absolute file system path where data for this
session is persisted on disk. For in memory sessions this returns `null`.
### Instance Properties