mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
adds token to projectshape
This commit is contained in:
parent
330ff3692a
commit
5ca9978ce6
1 changed files with 2 additions and 1 deletions
|
@ -31,5 +31,6 @@ export const projectShape = shape({
|
|||
remix: shape({
|
||||
parent: number,
|
||||
root: number
|
||||
})
|
||||
}),
|
||||
project_token: string
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue