paulbgtr / pastegrin

A pastebin clone that is made for sharing pastes.
0 stars 0 forks source link

Panics when user is not found #19

Closed paulbgtr closed 6 months ago

paulbgtr commented 6 months ago

This happens since the situation where there's no user in the users database that matches the pattern is not handled.

This should be handled in the following functions:

of the db module.