mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
@@ -36,7 +36,7 @@ client.useOauth({
|
||||
// https://github.com/Asana/node-asana#collections
|
||||
// Collections
|
||||
|
||||
let tagId: string = null;
|
||||
let tagId: number = null;
|
||||
client.tasks.findByTag(tagId, { limit: 5 }).then((collection: any) => {
|
||||
console.log(collection.data);
|
||||
// [ .. array of up to 5 task objects .. ]
|
||||
|
||||
Vendored
+471
-194
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user