mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 10:30:37 +09:00
Merge public-gh/master into paperclip-subissues
This commit is contained in:
commit
6ebfd3ccf1
20 changed files with 825 additions and 79 deletions
|
|
@ -104,6 +104,9 @@ export const queryKeys = {
|
|||
liveRuns: (companyId: string) => ["live-runs", companyId] as const,
|
||||
runIssues: (runId: string) => ["run-issues", runId] as const,
|
||||
org: (companyId: string) => ["org", companyId] as const,
|
||||
skills: {
|
||||
available: ["skills", "available"] as const,
|
||||
},
|
||||
plugins: {
|
||||
all: ["plugins"] as const,
|
||||
examples: ["plugins", "examples"] as const,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue