some cleaning up

This commit is contained in:
hexlocation 2025-06-15 12:09:55 +02:00
parent e3049dddd9
commit a6a02d3521
4 changed files with 25 additions and 27 deletions

View file

@ -64,3 +64,8 @@ var ErrorS3 = StereoError{
Code: 7,
StatusCode: 500,
}
var ErrorUserNotFound = StereoError{
Code: 8,
StatusCode: 404,
}