File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 10
10
workflow_dispatch :
11
11
12
12
jobs :
13
+ contributor :
14
+ uses : ocadotechnology/codeforlife-contributor-backend/.github/workflows/check-pr-authors-signed-latest-agreement.yaml@main
15
+
13
16
test :
14
17
uses : ocadotechnology/codeforlife-workspace/.github/workflows/test-javascript-code.yaml@main
15
18
secrets : inherit
16
19
with :
17
20
node-version : 22
18
21
19
22
release :
20
- needs : [test]
23
+ needs : [test] # TODO: add contributor
21
24
concurrency : release
22
25
runs-on : ubuntu-latest
23
26
permissions :
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export default function createApi<TagTypes extends string = never>({
59
59
if ( api . type === "mutation" && getCsrfCookie ( ) === undefined ) {
60
60
// Get the CSRF token.
61
61
const { error } = await fetch (
62
- { url : "/csrf/cookie" , method : "GET" } ,
62
+ { url : "/csrf/cookie/ " , method : "GET" } ,
63
63
api ,
64
64
{ } ,
65
65
)
You can’t perform that action at this time.
0 commit comments