Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wip] fix: handle top-level properties #442

Conversation

thomasheartman
Copy link
Contributor

No description provided.

Copy link
Contributor

mergify bot commented Mar 12, 2024

⚠️ The sha of the head commit of this PR conflicts with #441. Mergify cannot evaluate rules on this PR. ⚠️

client_ip: Option<&ClientIp>,
) -> EdgeJsonResult<FrontendResult> {
let context = context.into_inner();
let context = context.into_inner().into();

Check failure

Code scanning / clippy

type annotations needed Error

type annotations needed
client_ip: Option<ClientIp>,
) -> EdgeJsonResult<FrontendResult> {
let context = incoming_context.into();

Check failure

Code scanning / clippy

type annotations needed Error

type annotations needed
@thomasheartman thomasheartman marked this pull request as draft March 12, 2024 13:52
@thomasheartman
Copy link
Contributor Author

Superseded by #443

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant