Skip to content

Commit

Permalink
Merge branch 'main' into chore/further-tailwind
Browse files Browse the repository at this point in the history
# Conflicts:
#	webclient/package.json
  • Loading branch information
CommanderStorm committed Dec 22, 2023
2 parents dc9da36 + 3fc41d2 commit 343504c
Show file tree
Hide file tree
Showing 25 changed files with 895 additions and 37,630 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup | Checkout
uses: actions/checkout@v4
- name: Setup | Rust
uses: actions-rust-lang/setup-rust-toolchain@v1.5.0
uses: actions-rust-lang/setup-rust-toolchain@v1.6.0
with:
toolchain: stable
components: clippy
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Setup | Checkout
uses: actions/checkout@v4
- name: Setup | Rust
uses: actions-rust-lang/setup-rust-toolchain@v1.5.0
uses: actions-rust-lang/setup-rust-toolchain@v1.6.0
with:
toolchain: stable
cache: false
Expand Down
2 changes: 0 additions & 2 deletions data/external/models/nat.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ class Room(PydanticConfiguration):
room_identifier: str | None
campus_id: str | None
building_code: str
events_end: str | None # no idea what this is...
events_start: str | None # no idea what this is...
org_id: int | None = None

@classmethod
Expand Down
Loading

0 comments on commit 343504c

Please sign in to comment.