This commit is contained in:
Ibby 2017-01-23 23:00:56 -05:00
parent 466437a683
commit 93fdb7eabb

View File

@ -302,7 +302,7 @@ export class Pinterest {
successIndex: 1,
errorIndex: 2
})
static getBoardPins(boardId: string, fields?: string, limit?: number): Primise<Array<PinterestPin>> { return; }
static getBoardPins(boardId: string, fields?: string, limit?: number): Promise<Array<PinterestPin>> { return; }
/**
* Delete a board.