Skip to content

Commit

Permalink
bug(fixing TTL Page): Removing literal string (#297)
Browse files Browse the repository at this point in the history
- use enum instead of literal string
  • Loading branch information
AbdulKhaliq59 authored Sep 18, 2023
1 parent fa0ea25 commit bca3ed2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mutations/manageStudentMutations.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// import { gql } from '@apollo/client';
import { gql, ApolloClient, InMemoryCache } from '@apollo/client';

import GET_PROFILE from './User';

export const GET_USERS_QUERY = gql`
query GetUsers($orgToken: String) {
Expand Down

1 comment on commit bca3ed2

@vercel
Copy link

@vercel vercel bot commented on bca3ed2 Sep 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

metron-devpulse – ./

metron-devpulse.vercel.app
metron-devpulse-git-develop-metron.vercel.app
metron-devpulse-metron.vercel.app

Please sign in to comment.