N. Fajri

Results 3 comments of N. Fajri

Do you want to sandbox direct code? for now i wrote this code in comment session ```tsx // MyMapModal.tsx import useDebounce from '@/core/hooks/useDebounce' import useOpenStreetMap from '@/data/query/OpenStreetMap/useOpenStreetMap' import { Button,...

for now I made it manual for the database migration script. if you want to generated with commands, you'll need to refactor this migration to TypeScript.

> Is there any way `{select : false }` to make working for `bcrypt.compare()` ? > > ```ts > @BeforeInsert() > @BeforeUpdate() > async hashPassword() { > this.password = await...