Skip to content

Commit

Permalink
Renamed module
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Mar 12, 2023
1 parent 9d8b240 commit 88c20cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/db/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ pub use list::*;
mod listen_changes;
pub use listen_changes::*;

mod listen_changes_state_management;
pub use listen_changes_state_management::*;
mod listen_changes_state_storage;
pub use listen_changes_state_storage::*;

use crate::FirestoreResult;
use gcloud_sdk::google::firestore::v1::firestore_client::FirestoreClient;
Expand Down

0 comments on commit 88c20cc

Please sign in to comment.