Skip to content

Commit bdf1258

Browse files
committed
chore: apply formatter
1 parent 55dcb1f commit bdf1258

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/unleash-proxy.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ export default class UnleashProxy {
8181
userId: "The current user's ID",
8282
sessionId: "The current session's ID",
8383
remoteAddress: "Your application's IP address",
84-
currentTime: "The current time in ISO 8601 format, representing the time at which the feature toggle is being resolved"
84+
currentTime:
85+
'The current time in ISO 8601 format, representing the time at which the feature toggle is being resolved',
8586
}),
8687
...createDeepObjectRequestParameters({
8788
properties: {
@@ -118,7 +119,8 @@ export default class UnleashProxy {
118119
userId: "The current user's ID",
119120
sessionId: "The current session's ID",
120121
remoteAddress: "Your application's IP address",
121-
currentTime: "The current time in ISO 8601 format, representing the time at which the feature toggle is being resolved"
122+
currentTime:
123+
'The current time in ISO 8601 format, representing the time at which the feature toggle is being resolved',
122124
}),
123125
...createDeepObjectRequestParameters({
124126
properties: {

0 commit comments

Comments
 (0)