octopian-apis 1.0.47 → 1.0.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1201,7 +1201,7 @@ export async function GetMyInboxCorrespondenceRequests(
|
|
|
1201
1201
|
GeneratedDocument = ReadSASResult?.Result
|
|
1202
1202
|
? ReadSASResult.Result.split("?")[0] +
|
|
1203
1203
|
"/" +
|
|
1204
|
-
|
|
1204
|
+
attribute.Value +
|
|
1205
1205
|
"?" +
|
|
1206
1206
|
ReadSASResult.Result.split("?")[1]
|
|
1207
1207
|
: "";
|