We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ee732 commit c0d4386Copy full SHA for c0d4386
packages/rsocket-examples/src/composite-metadata/bearer-token-auth/client.ts
@@ -14,7 +14,7 @@
14
* limitations under the License.
15
*/
16
17
-import { Payload, RSocket, RSocketConnector } from 'rsocket-core'
+import { Payload, RSocket, RSocketConnector } from "rsocket-core";
18
import { TcpClientTransport } from "rsocket-tcp-client";
19
import {
20
encodeBearerAuthMetadata,
0 commit comments