Spaces:
Running
Running
fix
Browse files- actions/projects.ts +1 -1
actions/projects.ts
CHANGED
|
@@ -41,7 +41,7 @@ export const getProjects = async () => {
|
|
| 41 |
accessToken: token,
|
| 42 |
additionalFields: ["author", "cardData"],
|
| 43 |
search: {
|
| 44 |
-
owner:
|
| 45 |
},
|
| 46 |
})) {
|
| 47 |
if (
|
|
|
|
| 41 |
accessToken: token,
|
| 42 |
additionalFields: ["author", "cardData"],
|
| 43 |
search: {
|
| 44 |
+
owner: session.user.username,
|
| 45 |
},
|
| 46 |
})) {
|
| 47 |
if (
|