solana-developers / solana-devnet-faucet

Public web faucet for Solana devnet/testnet airdrops
https://faucet.solana.com
10 stars 5 forks source link

fix: minor fixes ts-ignores, fix audit warning, remove unused code. #8

Closed mikemaccana closed 9 months ago

mikemaccana commented 9 months ago

fix: fix 3 tsignores, use constants for status codes fix: fix deprecation warning (req.connection is now req.socket) fix: fix npm audit warning by bumping postcss fix: use constants to make HTTP return codes a little more apparent

vercel[bot] commented 9 months ago

You must have Developer access to commit code to Solana Foundation on Vercel. If you contact an administrator and receive Developer access, commit again to see your changes.

Learn more: https://vercel.com/docs/concepts/teams/roles-and-permissions#enterprise-team-account-roles

Woody4618 commented 9 months ago

lgtm, thank you!