Skip to content

Commit

Permalink
chore: revoke unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kamaksheeAtl committed Dec 7, 2023
1 parent f1a77b2 commit f478afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rest/routes/subscriptions/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { RestSyncReqBody } from "~/src/rest-interfaces";

const restSyncPost = async (
req: Request<ParamsDictionary, unknown, RestSyncReqBody>,
res: Response<unknown, BaseLocals>
res: Response<string, BaseLocals>
) => {
const {
syncType: syncTypeFromReq,
Expand Down

0 comments on commit f478afc

Please sign in to comment.