v1.0.1 (#2)
* fix: Resolves Slasherss1/ipwa#6 * fix: minor issues with keys * fix: chrome android raises some issues which i couldn't find a fix for on google. * fix: Added attendence clear button and notes. * fix: bumped version number
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Schema, Types, model } from "mongoose"
|
||||
|
||||
interface IKey {
|
||||
export interface IKey {
|
||||
room: string;
|
||||
whom: Types.ObjectId;
|
||||
borrow: Date;
|
||||
|
||||
Reference in New Issue
Block a user