chore: Use integer for IDs of resources
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
a58411ee99
commit
3f2f1212c9
@@ -4,7 +4,7 @@ import flowType from '../types/flow';
|
||||
import RequestWithCurrentUser from '../../types/express/request-with-current-user';
|
||||
|
||||
type Params = {
|
||||
id: string,
|
||||
id: number,
|
||||
name: string
|
||||
}
|
||||
const updateFlowResolver = async (params: Params, req: RequestWithCurrentUser) => {
|
||||
|
Reference in New Issue
Block a user