Skip to content

Commit

Permalink
final change before major update
Browse files Browse the repository at this point in the history
  • Loading branch information
rishal-ERPGULF committed Jan 3, 2024
1 parent 5083a69 commit b900aee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/userApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import userApi from "./apiManger";

// seting common headers
const setCommonHeaders = (headers = {}) => {
headers["Content-Type"] = "multipart/form-data";
headers["Content-Type"] = "multipart/form-data";
return headers;
};

Expand Down
2 changes: 1 addition & 1 deletion screens/AttendanceHistory.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const AttendanceHistory = () => {
{error ? (
<View className="flex-1 justify-center items-center">
<Text className="text-base text-gray-600">
Something went wrong! Please try again.{" "}
Something went wrong! Please try again.
</Text>
</View>
) : (
Expand Down

0 comments on commit b900aee

Please sign in to comment.