Skip to content

Commit

Permalink
rebased with new commits
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarixr committed Feb 28, 2025
1 parent 11bc08d commit dd0b1ce
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/graphql/queries/attendance_queries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@ use crate::models::{
member::Member,
};
use async_graphql::{Context, Object, Result};
use chrono::NaiveDate;
use sqlx::PgPool;

use crate::models::{
attendance::{Attendance, AttendanceReport, DailyCount, MemberAttendanceSummary},
member::Member,
};
use crate::models::attendance::{AttendanceReport, DailyCount, MemberAttendanceSummary};

/// Sub-query for the [`Attendance`] table. The queries are:
/// * attendance - get a specific member's attendance details using their member_id, roll_no or discord_id, or by date for all members.
Expand Down

0 comments on commit dd0b1ce

Please sign in to comment.