Skip to content

Commit

Permalink
Add result of patch tool
Browse files Browse the repository at this point in the history
  • Loading branch information
jellejurre committed Nov 12, 2024
1 parent d4b2019 commit 645cc78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vrchat_dart_generated/lib/src/api/files_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ class FilesApi {

dynamic _bodyData;

try {} catch (error, stackTrace) {
try {_bodyData = FormData.fromMap({'file': file});} catch (error, stackTrace) {
throw DioException(
requestOptions: _options.compose(
_dio.options,
Expand Down Expand Up @@ -1052,7 +1052,7 @@ class FilesApi {

dynamic _bodyData;

try {} catch (error, stackTrace) {
try {_bodyData = FormData.fromMap({'file': file});} catch (error, stackTrace) {
throw DioException(
requestOptions: _options.compose(
_dio.options,
Expand Down Expand Up @@ -1154,7 +1154,7 @@ class FilesApi {

dynamic _bodyData;

try {} catch (error, stackTrace) {
try {_bodyData = FormData.fromMap({'file': file, 'tag': tag, if (animationStyle != null) 'animationStyle': animationStyle, if (maskTag != null) 'maskTag': maskTag,});} catch (error, stackTrace) {
throw DioException(
requestOptions: _options.compose(
_dio.options,
Expand Down

0 comments on commit 645cc78

Please sign in to comment.