mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 09:12:02 +10:00
feat: migrate nextjs to rr7
This commit is contained in:
@ -19,7 +19,7 @@ type GetRootHrefOptions = {
|
||||
};
|
||||
|
||||
export const getRootHref = (
|
||||
params: Record<string, string | string[]> | null,
|
||||
params: Record<string, string | string[] | undefined> | null,
|
||||
options: GetRootHrefOptions = {},
|
||||
) => {
|
||||
if (typeof params?.teamUrl === 'string') {
|
||||
|
||||
Reference in New Issue
Block a user