From 3c5c229045281a210a020cc8a71014f8fc52a9ab Mon Sep 17 00:00:00 2001 From: alemi Date: Sat, 25 May 2024 07:02:33 +0200 Subject: [PATCH] fix(apb): re-export profile --- apb/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apb/src/lib.rs b/apb/src/lib.rs index b976e93d..6bacda54 100644 --- a/apb/src/lib.rs +++ b/apb/src/lib.rs @@ -120,7 +120,7 @@ pub use types::{ }, document::{Document, DocumentMut, DocumentType}, place::{Place, PlaceMut}, - // profile::Profile, + profile::Profile, relationship::{Relationship, RelationshipMut}, tombstone::{Tombstone, TombstoneMut}, },