Skip to content

Commit

Permalink
removing unused variable and adding todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadkhizerkhan committed Aug 9, 2023
1 parent 26bb4b0 commit 1292df2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/screens/AuthScreen/Util.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import axios from 'axios';
import { urls } from '../../constants/appConstant/url';
import { User } from '../../context/type';

export const getUserData = async (url: string) => {
if (url === urls.REDIRECT_URL) {
Expand Down
2 changes: 2 additions & 0 deletions src/screens/ProfileScreen/ProfileScreen.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// TODO: we wil remove this once we start using userData and contributionData
/* eslint-disable @typescript-eslint/no-unused-vars */
import React, { useState, useCallback, useContext } from 'react';
import { View, Text, Pressable } from 'react-native';
import { ScreenViewContainer } from '../../styles/GlobalStyle';
Expand Down

0 comments on commit 1292df2

Please sign in to comment.