Skip to content

Commit

Permalink
refactor: rename templateFormatVersion (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
aahna-ashina committed Sep 7, 2022
1 parent ec05a78 commit ef9a065
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/utils/Passes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,12 @@ export class Passes {
/**
* Pushes an updated template to all the passes.
*/
static pushUpdate(templateFormatVersion: number): boolean {
static pushUpdate(templateVersion: number): boolean {
console.log('pushUpdate')

console.log('templateFormatVersion:', templateFormatVersion)
console.log('templateVersion:', templateVersion)

// Lookup template file matching the templateFormatVersion
// Lookup template file matching the templateVersion
// TODO

// Get the list of registered passes
Expand Down

0 comments on commit ef9a065

Please sign in to comment.