Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Oct 24, 2024
1 parent 6931315 commit 359e6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/abstractions/src/multipartBody.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const serializeMultipartBody = (writer: SerializationWriter, multipartBod
writer.writeStringValue(undefined, "\r\n");
writer.writeStringValue(undefined, "--" + boundary + "--");
writer.writeStringValue(undefined, "\r\n");
}
};

export const deserializeIntoMultipartBody = (
// eslint-disable-next-line @typescript-eslint/no-unused-vars
Expand Down

0 comments on commit 359e6d5

Please sign in to comment.