Skip to content

Conversation

@BradyMitch
Copy link
Contributor

@BradyMitch BradyMitch commented Feb 10, 2026

🎯 Summary

SBCQ-95

🧪 Testing

  1. Run npm run db:studio and create a record in service table with code test.
  2. Add the following to home page and see console log
const service = await getServiceByCode("test");
const exists = await doesServiceCodeExist("test");
console.log(`Service: ${service}, Exists: ${exists}`);

🔰 Checklist

  • I have read and agree with the following checklist.
  • I have performed a self-review of my code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation where required.
  • I have tested my changes to the best of my ability.
  • I have consulted with the team if introducing a new dependency.
  • My changes generate no new warnings.

@github-actions github-actions bot added the App label Feb 10, 2026
@BradyMitch BradyMitch marked this pull request as ready for review February 10, 2026 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants