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

Extend TypeScript types #10

Merged
merged 3 commits into from
Jan 9, 2021
Merged

Conversation

kibertoad
Copy link
Contributor

refs #8

@codecov-io
Copy link

codecov-io commented Jan 9, 2021

Codecov Report

Merging #10 (cece3c0) into master (7c7324c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #10   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           26        26           
=========================================
  Hits            26        26           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7c7324c...cece3c0. Read the comment docs.

plugin.d.ts Outdated
Comment on lines 8 to 12
rest?: boolean | {
getSub?: (request: FastifyRequest) => string,
getObj?: (request: FastifyRequest) => string,
getAct?: (request: FastifyRequest) => string
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indentation seems slightly off here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@simoneb simoneb merged commit 06a34ba into nearform:master Jan 9, 2021
@kibertoad kibertoad deleted the fix/type-extension branch January 9, 2021 23:42
@kibertoad
Copy link
Contributor Author

Sorry for hassle, but could you also publish this change? Would save us a bunch of castings :D

@simoneb
Copy link
Member

simoneb commented Jan 9, 2021

Done in 1.1.1

@kibertoad
Copy link
Contributor Author

Thank you!

@simoneb
Copy link
Member

simoneb commented Jan 9, 2021

Thank you for the contributions!

@kibertoad
Copy link
Contributor Author

It was my pleasure :)

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.

3 participants