Skip to content

Commit

Permalink
feat: examples/alice_objectbox
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Jun 27, 2024
1 parent 05599ac commit b02818a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ class CachedAliceHttpCall implements AliceHttpCall {
}

@protected
final ToOne<CachedAliceHttpRequest> requestRel = ToOne<CachedAliceHttpRequest>();
final ToOne<CachedAliceHttpRequest> requestRel =
ToOne<CachedAliceHttpRequest>();

@override
@Transient()
Expand All @@ -89,7 +90,8 @@ class CachedAliceHttpCall implements AliceHttpCall {
}

@protected
final ToOne<CachedAliceHttpResponse> responseRel = ToOne<CachedAliceHttpResponse>();
final ToOne<CachedAliceHttpResponse> responseRel =
ToOne<CachedAliceHttpResponse>();

@override
@Transient()
Expand Down

0 comments on commit b02818a

Please sign in to comment.