Skip to content

Commit 18130dd

Browse files
committed
sync deno
1 parent 5bd99a3 commit 18130dd

File tree

1 file changed

+5
-1
lines changed
  • packages/neo4j-driver-deno/lib

1 file changed

+5
-1
lines changed

packages/neo4j-driver-deno/lib/mod.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,11 @@ const {
238238
* return ['127.0.0.1:8888', 'fallback.db.com:7687'];
239239
* },
240240
*
241-
* // Optionally override the default user agent name.
241+
* // Configure filter for Notification objects returned in ResultSummary#notifications.
242+
* // See SessionConfig#notificationFilter for usage instructions.
243+
* notificationFilter: undefined,
244+
*
245+
* // Optionally override the default user agent name.
242246
* userAgent: USER_AGENT
243247
* }
244248
*

0 commit comments

Comments
 (0)